about summary refs log tree commit diff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/custom.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index e070193..8c0ce19 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -1,10 +1,33 @@
 /* stylelint-disable selector-list-comma-newline-after */
 
+html, body {
+    background-color: #333333;
+}
+
+.text-muted {
+   color: #cecece !important
+}
+
+.text-unmuted {
+    color: #e6e6e6 !important;
+    border-bottom: 1px solid #fff !important;
+    padding-bottom: 3px !important;
+}
+
+.dark-box {
+    background-color: #333333;
+    border: 1px solid #cecece;
+}
+
 .blog-header {
     line-height: 1;
     border-bottom: 1px solid #e5e5e5;
 }
 
+.dark-footer {
+    background-color: #292929 !important;
+}
+
 .blog-header-logo {
     font-family: "Playfair Display", Georgia, "Times New Roman", serif;
     font-size: 2.25rem;