Update style, minor tweaks

This commit is contained in:
Vladan Popovic 2019-08-22 16:03:04 +02:00
parent d4fd928577
commit 347a3079a2
1 changed files with 6 additions and 4 deletions

View File

@ -9,11 +9,10 @@
letter-spacing: -2px; letter-spacing: -2px;
} }
.yue h1 { .yue h1 {
background: #111111;
color: #efefef;
padding-left: 20px; padding-left: 20px;
margin-left: -20px; margin-left: -20px;
letter-spacing: 0px; letter-spacing: 0px;
font-weight: bold;
} }
.yue p { .yue p {
@ -33,8 +32,7 @@
color: #a9e35a; color: #a9e35a;
} }
.t-sidebar h1, .t-sidebar h2, .t-sidebar h3, .t-sidebar h1, .t-sidebar h2, .t-sidebar h3,
.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a, .t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a {
.yue h1 a {
color: #efefef; color: #efefef;
} }
@ -70,6 +68,10 @@ a.atom {
font-family: andale; font-family: andale;
} }
div.t-content {
width: 650px;
}
div.t-content > div.t-body > div.section:last-child { div.t-content > div.t-body > div.section:last-child {
color:#9a9a9a; color:#9a9a9a;
margin-top: 40px; margin-top: 40px;