css fixes

This commit is contained in:
jetstream0
2023-08-02 09:33:58 -07:00
parent 2d51d07823
commit 8e7133bf1c
3 changed files with 13 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ h2 {
#fancy-title:checked ~ h2 {
color: white;
padding-right: 0px 4px;
padding-right: 4px;
background-color: dodgerblue;
text-shadow: 1px 1px 1px gray, 4px 4px 1px blue;
}