From 750512dd2b7d6ecb32f10c3e4644ee8b061a0989 Mon Sep 17 00:00:00 2001 From: 0xADADA <0xadada.pub@0xadada.pub> Date: Tue, 19 Dec 2023 12:34:20 -0500 Subject: [PATCH] hide section links --- docs/index.html | 2 +- src/templates/screen.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5577c92..a754404 100644 --- a/docs/index.html +++ b/docs/index.html @@ -317,7 +317,7 @@ text-decoration: none; } .level3 h3 a.selflink { -visibility: none; +visibility: hidden; } .level3:hover a.selflink { visibility: visible; diff --git a/src/templates/screen.css b/src/templates/screen.css index ba11539..392ef12 100644 --- a/src/templates/screen.css +++ b/src/templates/screen.css @@ -54,7 +54,7 @@ h2 .ch-roman { text-decoration: none; } .level3 h3 a.selflink { - visibility: none; + visibility: hidden; } .level3:hover a.selflink { visibility: visible;