diff --git a/bl-content/README.md b/bl-content/README.md new file mode 100644 index 00000000..76dfe569 --- /dev/null +++ b/bl-content/README.md @@ -0,0 +1,3 @@ +# varlogdiego + +tes diff --git a/bl-themes/log/assets/css/bludit.css b/bl-themes/log/assets/css/bludit.css index 22fcb97a..6d836205 100644 --- a/bl-themes/log/assets/css/bludit.css +++ b/bl-themes/log/assets/css/bludit.css @@ -14,6 +14,8 @@ a:hover { h1, h2, h3, h4, h5, h6 { text-transform: none; letter-spacing: 0; + font-weight: normal; + margin-bottom: 0.8em; } h1 { @@ -40,6 +42,27 @@ h6 { font-size: 1em; } +p { + margin-bottom: 1.3em; +} + +code { + border: 0; + color: #333; + margin: 0; + font-weight: bold; +} + +pre code { + border: 1px solid #ffcb94; + font-weight: normal !important; + overflow-x: auto; +} + +#main { + max-width: 980px; +} + #header { background-color: #f7f7f7; border-bottom: 0; @@ -123,7 +146,7 @@ header p { } blockquote p { - margin: 10px; + margin: 10px 0; } .author .name {