fix underline colouring on chrome

This commit is contained in:
Lynne Megido 2021-05-02 20:01:14 +10:00
parent e9987b24b0
commit 75f28446ac
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -27,6 +27,9 @@ h1, h2, h3 {
h1 {
font-size: 3em;
text-align: center;
}
main article h1 a {
/* needed for chrome */
/*noinspection CssInvalidPropertyValue*/
text-decoration: underline mediumpurple dotted 5px;
}