commit a3c5f4e521c292d27a7f38573931d7de4f209a36
parent 9c7c1be3030cd6858183b3850aa2e1be57cf682f
Author: Metalympiáda <metalympiada@matfyz.cz>
Date: Thu, 27 Oct 2022 20:49:38 +0200
Become more or less clear
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/routes.scm b/routes.scm
@@ -19,7 +19,7 @@
(define site-name "Metalympiáda")
(define round-name "Domáce kolo 2022/23")
-(define deadline "narodenín Isaaca Newtona v roku 2022")
+(define deadline "380. narodenín Isaaca Newtona")
(define current-round 0)
diff --git a/style.scm b/style.scm
@@ -143,13 +143,15 @@
(text-decoration "none"))
(.blob
- (overflow-x "scroll")
(font-size "0.765rem"))
(.d
(color ,(color->string error-color))
(text-decoration "none"))
+ (.d (: "visited")
+ (color ,(color->string error-color)))
+
(.i
(color ,(color->string foreground-color))
(text-decoration "none"))