Merge pull request 'improve title readability on white background' (#31) from title_legibility into main

Reviewed-on: #31
This commit is contained in:
solene 2021-10-06 19:51:54 +00:00
commit 584bb3ee5c
1 changed files with 2 additions and 1 deletions

View File

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