minor patches to blog css

This commit is contained in:
Diogo Peralta Cordeiro 2021-08-19 02:27:12 +01:00
parent dc54fa75ea
commit a430c12627
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,9 @@
* -- BASE STYLES -- * -- BASE STYLES --
* Most of these are inherited from Base, but I want to change a few. * Most of these are inherited from Base, but I want to change a few.
*/ */
body, html {
background-color: #FFF;
}
s { s {
text-decoration-color:rgba(0, 255, 0, 0.5) text-decoration-color:rgba(0, 255, 0, 0.5)
} }
@ -140,4 +143,5 @@ header ul li a {
} }
.content-wrapper { .content-wrapper {
padding-top: 2rem; padding-top: 2rem;
} margin-bottom: -3em;
}