[Dark mode] Remove unimportant "!important" annotation in section anchor style.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-01-11 13:24:24 +00:00
parent 0ada3050af
commit aef6aad4fc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
background: #bbbbbb;
}
img.section-anchor {
background: #111111 !important;
background: #111111;
}
span.reserved {
color: #a0a0a0;