From e49bcc4f2d4e30a686ecb2913f550f01373d357b Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 8 May 2022 18:52:38 -0400 Subject: public/css/tdro: Limit target underlines to headers --- public/css/tdro.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/tdro.css b/public/css/tdro.css index 4f6d96a..e90183d 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -1,7 +1,6 @@ /*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */ .button, -.file, .pagination-previous, .pagination-next, .pagination-link, @@ -12,7 +11,6 @@ .box:not(:last-child), .content:not(:last-child), .table:not(:last-child), -.table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), @@ -1193,7 +1191,9 @@ a:focus { border-bottom: 3px solid #999; } -:target { +h1:target, +h2:target, +h3:target { text-decoration: underline; text-decoration-style: double; } -- cgit v1.2.3