Fix the contrast of the forum title

This commit is contained in:
Antoine Le Gonidec 2024-07-24 14:53:46 +02:00
parent e8d51f6ad8
commit b8d8996caa
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -1265,7 +1265,7 @@ h1.forumtitle {
font-weight: normal;
}
h1.forumtitle a {
color: white;
color: var(--color1);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
border-bottom: none;
border-bottom-style: inherit !important;