mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Adjust text style in mark tag
This commit is contained in:
parent
d943d656f8
commit
1d03f2ea43
2 changed files with 10 additions and 1 deletions
|
@ -20,6 +20,10 @@ a:active {
|
|||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
#searchBox #searchBoxInput {
|
||||
color: #8f8f8f;
|
||||
background-color:#363636;
|
||||
|
@ -49,4 +53,4 @@ a:active {
|
|||
|
||||
img.avatar-border {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,11 @@ body {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #707070;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #707070;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue