diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-12-05 14:12:43 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-12-05 14:12:43 +0100 |
| commit | 2138c52715874558996026fb83b5a2bea858ad4e (patch) | |
| tree | 22c5b5ff456de726824d22019430e595f78667f8 /html/template.html | |
| parent | 80051d45a4cfd25edca31766e608a5f19e54d089 (diff) | |
| download | muhqs-game-2138c52715874558996026fb83b5a2bea858ad4e.tar.gz muhqs-game-2138c52715874558996026fb83b5a2bea858ad4e.zip | |
fix css linkcolor selector
Diffstat (limited to 'html/template.html')
| -rw-r--r-- | html/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/template.html b/html/template.html index d674445c..bae64042 100644 --- a/html/template.html +++ b/html/template.html @@ -83,7 +83,7 @@ a { color: $if(linkcolor)$$linkcolor$$else$var(--link-color)$endif$; } a:visited { - color: $if(linkcolor)$$linkcolor$$else$(--link-color)$endif$; + color: $if(linkcolor)$$linkcolor$$else$var(--link-color)$endif$; } img { max-width: 100%; |
