update style
This commit is contained in:
parent
e5d1073f7e
commit
5882c3102f
1 changed files with 6 additions and 1 deletions
|
@ -13,6 +13,11 @@ body {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 20px;
|
||||
color: #caccce;
|
||||
}
|
||||
|
||||
#content ul {
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
#content * {
|
||||
|
@ -54,10 +59,10 @@ body {
|
|||
}
|
||||
|
||||
.sec_header {
|
||||
color: #eee;
|
||||
font-size: 1.5em;
|
||||
margin-top: 1.3125em;
|
||||
margin-bottom: .32813em;
|
||||
text-align: center;
|
||||
font-size: 35px;
|
||||
color: #999;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue