From 7df2ee03a2fdbc3d0d2f1df70d6e1913fb5b3c57 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 24 Jan 2023 15:58:00 -0600 Subject: [PATCH] use the bss color in the dungeon theme headings also remove a redundant directive for link underlines --- custom-static/css/dungeon.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom-static/css/dungeon.css b/custom-static/css/dungeon.css index 22ee29c..c7106ff 100644 --- a/custom-static/css/dungeon.css +++ b/custom-static/css/dungeon.css @@ -11,15 +11,10 @@ div.content { } h1, h2, h3, h4, h5, h6 { - color: #222; text-transform: uppercase; line-height: 1.2em; } -a { - text-decoration: underline; -} - .dungeon h2 ~ p { margin: 0.5em 0; }