shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs

commit ec93c3b0b72125ad16b3398973a9654d3a4de4de
parent 0781ff6ec08aba52ad96cb2a41d0e389a59222d8
Author: Shiimoe <SameulFrost@tuta.io>
Date:   Sun, 13 Sep 2020 20:52:24 +0100

font readability

Diffstat:
Mstyle.css | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -51,7 +51,9 @@ body { box-shadow: 0.3em 0.3em 0 #00000030; transition: 0.3s; font-size: 20pt; - width: 12.5% + width: 12.5%; + font-weight: bold; + font-variant: small-caps; } .titleButton:hover { box-shadow: 0.4em 0.4em 3pt #00000030; @@ -147,6 +149,7 @@ body { h1 { color: black; text-align: center; + font-variant: small-caps; } li { @@ -156,4 +159,8 @@ li { a { text-decoration: none; color: inherit; +} + +p { + font-size: large; } \ No newline at end of file