commit: d6cb52f3f3f00b9acc2e8b559f206b1046cb82ac
parent 8be9a1e5e47262fc90429c84dfd337c96cc8d94d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 1 May 2021 14:58:20 +0200
css: summary { cursor: pointer; }
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/css/index.css b/css/index.css
@@ -48,6 +48,7 @@ a {
outline-color: invert;
outline-color: var(--dark-ansi11);
}
+summary { cursor: pointer; } /* for some reason this isn't in webkit */
abbr {
text-decoration: underline;
text-decoration: dotted underline;
diff --git a/templates/head.shtml b/templates/head.shtml
@@ -1,5 +1,5 @@
<meta charset="utf-8"/>
- <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2021022301"/>
+ <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2021050101"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/>
<link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>