update style

This commit is contained in:
pena 2022-12-06 00:25:44 +01:00 committed by Swrup
parent 9142651ec0
commit 9b1dbda081

View file

@ -5,13 +5,17 @@ html {
body { body {
height: 100%; height: 100%;
padding-top: 0rem; padding-top: 0rem;
color: #5a5a5a; color: #af8e6c;
background-color: #e8eaf6; background-color: #2f341f;
line-height: 1.6; line-height: 1.6;
font-size: 18px; font-size: 18px;
} }
#page-title { a {
color: #ec44ee
}
h1 {
text-align: center; text-align: center;
} }