commit ec293eef9dd6469e12098622626bee22582d55ce
parent f4030ba2f4b7b1a5edbe9aa7eeebdbc36afb6e55
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Wed, 26 Mar 2025 15:03:59 +0100
feat: make links in tables (but index) italic and not underlined
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/public/stagit.css b/public/stagit.css
@@ -26,6 +26,14 @@ a.line {
text-decoration: none;
}
+#branches a,
+#files a,
+#log a,
+#tags a {
+ font-style: italic;
+ text-decoration: none;
+}
+
h1,
h2,
h3,