Fixed inconsistency in the usage of semicolon at end of scopes

This commit is contained in:
Isak Nyberg 2022-03-19 22:39:08 +01:00
parent 1eb0ab0f53
commit 6c2434d077
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@ main .warning p::before {
.coal main .warning p,
.navy main .warning p,
.ayu main .warning p {
background: #542626
background: #542626;
}
/* Make the links higher contrast on dark themes */
.coal main .warning p a,
.navy main .warning p a,
.ayu main .warning p a {
color: #80d0d0
color: #80d0d0;
}