fix underline colouring on chrome
This commit is contained in:
parent
e9987b24b0
commit
75f28446ac
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue