Update style, minor tweaks
This commit is contained in:
parent
d4fd928577
commit
347a3079a2
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue