mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -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;
|
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%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue