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;
}
mark {
color: #8f8f8f;
}
#searchBox #searchBoxInput {
color: #8f8f8f;
background-color:#363636;

View file

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