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;