From c8b3a99e7ae470f74b1c3fdd0e7ad95fef7a11ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 25 Oct 2022 23:52:54 +0200 Subject: [PATCH] Mark internal links on light style too. --- static/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 97ef9fc..ba2d073 100644 --- a/static/style.css +++ b/static/style.css @@ -192,6 +192,13 @@ li .tag::after { content: ":: "; } +a.internal::before { + content: '{ '; +} +a.internal::after { + content: ' }'; +} + /* Code blocks */ pre { overflow: auto; @@ -300,12 +307,6 @@ tr.__table-separator { a { color: #00fdf2; } - a.internal::before { - content: '{ '; - } - a.internal::after { - content: ' }'; - } h1,h2,h3,h4,h5,h6 { color: #f7da4a; }