aboutsummaryrefslogtreecommitdiffstats
path: root/app/static/css/globalstyles.css
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 13:52:55 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 13:52:55 +0000
commitfed44fa8f5c780d12c7fee5c2d414a5da4dfd04f (patch)
tree353ecad2ab367fe30375cfd3b0cfed4c7b51b580 /app/static/css/globalstyles.css
parent00d757863fa30137dd103470c947d4922ba4a112 (diff)
Change styles
Diffstat (limited to 'app/static/css/globalstyles.css')
-rw-r--r--app/static/css/globalstyles.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/app/static/css/globalstyles.css b/app/static/css/globalstyles.css
index c30d992..bdecaa6 100644
--- a/app/static/css/globalstyles.css
+++ b/app/static/css/globalstyles.css
@@ -17,7 +17,13 @@ html, body {
}
h1, h2, h3, h4, h5, h6 {
- color: #fff;
+ color: #cc7832
+}
+
+.code-block {
+ background-color: #222;
+ border: solid 1px #333;
+ padding: 10px;
}
#navbar {
@@ -51,7 +57,7 @@ h1, h2, h3, h4, h5, h6 {
}
.navbar-element > .highlight {
- color: #ffff87;
+ color: #ffc66d;
}
#main-container {
@@ -62,17 +68,17 @@ h1, h2, h3, h4, h5, h6 {
#content {
padding: 20px;
max-width: 1200px;
- background-color: #333;
+ background-color: #2b2b2b;
margin: 0 auto;
}
a {
- color: #ffff87;
+ color: #ffc66d;
text-decoration: underline;
}
.highlight {
- color: #ffff87;
+ color: #ffc66d;
}
.footer {