commit b1a69b2b89d5cdeeb6f84784aae8e6e9adf3e58a
parent b1652b0726878a27bf12ef1f872e0f805f4fe74a
Author: pyratebeard <root@pyratebeard.net>
Date: Thu, 6 Dec 2018 10:59:10 +0000
header colour. list-style
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wysard-theme.css b/wysard-theme.css
@@ -42,7 +42,7 @@ h4 {
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
- color: #a29076;
+ color: #5a7588;
font-weight: normal;
border-bottom: none;
}
@@ -89,7 +89,7 @@ a:focus {
color: #4f8396;
}
.markdown-body ul {
- list-style: ':: '
+ list-style: '- '
}
.markdown-body table tr,
.markdown-body table tr:nth-child(2n) {