Fix the contrast of the forum title
This commit is contained in:
parent
e8d51f6ad8
commit
b8d8996caa
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ h1.forumtitle {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
h1.forumtitle a {
|
h1.forumtitle a {
|
||||||
color: white;
|
color: var(--color1);
|
||||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-bottom-style: inherit !important;
|
border-bottom-style: inherit !important;
|
||||||
|
|
Loading…
Reference in a new issue