aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-05-08 18:52:38 -0400
committerThedro Neely <thedroneely@gmail.com>2022-05-08 18:52:38 -0400
commite49bcc4f2d4e30a686ecb2913f550f01373d357b (patch)
tree142f4256dff9ce11ee7ace295dac5024cdff0875
parentaa3975c8d4eebe06ccca1860f69ccd403ae635a0 (diff)
downloadthedroneely.com-e49bcc4f2d4e30a686ecb2913f550f01373d357b.tar.gz
thedroneely.com-e49bcc4f2d4e30a686ecb2913f550f01373d357b.tar.bz2
thedroneely.com-e49bcc4f2d4e30a686ecb2913f550f01373d357b.zip
public/css/tdro: Limit target underlines to headers
-rw-r--r--public/css/tdro.css6
1 files 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;
}