From 347a3079a2da150f906e5e53b71109db2d9169c4 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 22 Aug 2019 16:03:04 +0200 Subject: [PATCH] Update style, minor tweaks --- source/_static/custom.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_static/custom.css b/source/_static/custom.css index d2e42c9..cfbd2a1 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -9,11 +9,10 @@ letter-spacing: -2px; } .yue h1 { - background: #111111; - color: #efefef; padding-left: 20px; margin-left: -20px; letter-spacing: 0px; + font-weight: bold; } .yue p { @@ -33,8 +32,7 @@ color: #a9e35a; } .t-sidebar h1, .t-sidebar h2, .t-sidebar h3, -.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a, -.yue h1 a { +.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a { color: #efefef; } @@ -70,6 +68,10 @@ a.atom { font-family: andale; } +div.t-content { + width: 650px; +} + div.t-content > div.t-body > div.section:last-child { color:#9a9a9a; margin-top: 40px;