improve title readability on white background

This commit is contained in:
prx 2021-10-06 14:18:22 +02:00
parent bcd3f538b6
commit b78f3c3721
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
font-size:3em; font-size:3em;
font-weight:bold; font-weight:bold;
margin:0.75em auto; margin:0.75em auto;
text-shadow: 0 0 3px black;
} }
#bsd { #bsd {
@ -29,7 +30,7 @@
} }
#open { #open {
font-style: italic; font-style: italic;
color: yellow; color: #f5d300;
border-bottom: 1px solid red; border-bottom: 1px solid red;
} }