commit 4368fe17739658ff2499a57e68eb540156e6b93f
parent 35c429d345e0b83decdeb293e8d6d96d52994e5b
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 7 Dec 2018 17:32:29 +0000
changes
h4 to uppercase. markdown body font-size to 18px. markdown-body header colour and capitalize. code colour and padding. table headers to uppercase and font-size to 16px. remove text-transform from minibutton menu.
Diffstat:
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/wysard-theme.css b/wysard-theme.css
@@ -35,16 +35,18 @@ h3,
h4 {
color: #5a7588;
font-weight: normal;
+ text-transform: uppercase;
}
.markdown-body {
- font-size: 16px;
+ font-size: 18px;
}
.markdown-body h2,
.markdown-body h3,
.markdown-body h4 {
- color: #5a7588;
+ color: #abc0c5;
font-weight: normal;
border-bottom: none;
+ text-transform: capitalize;
}
.markdown-body h2 .fa-link,
.markdown-body h3 .fa-link {
@@ -62,13 +64,13 @@ a:focus {
text-decoration: none;
}
.markdown-body code {
- background-color: #222222;
- color: #5c8676;
+ background-color: #111111;
+ color: #5a7588;
font-family: 'envy';
font-size: 13px;
- padding: 5px 4px 2px 4px;
+ padding: 1px 1px 1px 1px;
border-radius: 0px;
- border-color: #222222;
+ border-color: #111111;
}
.markdown-body pre {
background: #111111;
@@ -91,6 +93,10 @@ a:focus {
.markdown-body ul {
list-style: '- '
}
+.markdown-body table thead {
+ text-transform: uppercase;
+ font-size: 16px;
+}
.markdown-body table tr,
.markdown-body table tr:nth-child(2n) {
background-color: #111111;
@@ -104,7 +110,6 @@ a:focus {
color: #abc0c5;
border: none;
text-shadow: none;
- text-transform: lowercase;
}
.minibutton a:active,
.minibutton a:hover,