Adjust text style in mark tag

This commit is contained in:
koirand 2020-03-23 17:02:44 +09:00
parent d943d656f8
commit 1d03f2ea43
2 changed files with 10 additions and 1 deletions

View file

@ -20,6 +20,10 @@ a:active {
color: #8f8f8f; color: #8f8f8f;
} }
mark {
color: #8f8f8f;
}
#searchBox #searchBoxInput { #searchBox #searchBoxInput {
color: #8f8f8f; color: #8f8f8f;
background-color:#363636; background-color:#363636;
@ -49,4 +53,4 @@ a:active {
img.avatar-border { img.avatar-border {
filter: invert(100%); filter: invert(100%);
} }

View file

@ -15,6 +15,11 @@ body {
word-wrap: break-word; word-wrap: break-word;
} }
mark {
color: #707070;
font-weight: bold;
}
a:link { a:link {
color: #707070; color: #707070;
} }