Make it more specific

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-03 14:15:21 +00:00
parent 368f7680f7
commit 487970c96b

View File

@ -48,8 +48,6 @@
body{ body{
font-family: Garamond, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: Garamond, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color:$SITE_BACKCOL; background-color:$SITE_BACKCOL;
color: #991199;
text-shadow: 1px 1px 4px #AAAAAA;
} }
.content{ .content{
@ -61,4 +59,6 @@ body{
padding: 4px; padding: 4px;
background-color: rgba(255, 255, 255, .075); background-color: rgba(255, 255, 255, .075);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
color: #991199;
text-shadow: 1px 1px 4px #AAAAAA;
} }