update style

This commit is contained in:
LordMZTE 2021-03-12 19:42:26 +01:00
parent e5d1073f7e
commit 5882c3102f
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}