use the bss color in the dungeon theme headings

also remove a redundant directive for link underlines
This commit is contained in:
Brian S. Stephan 2023-01-24 15:58:00 -06:00
parent 5aae22a507
commit 7df2ee03a2
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 0 additions and 5 deletions

View File

@ -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;
}