chiark / gitweb /
css: make console output slightly less than pitch black.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Apr 2019 17:14:45 +0000 (19:14 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Apr 2019 17:38:03 +0000 (19:38 +0200)
I like black coffee and all, but since KDE moved away from #000000 as
well recently, it kinda hurts my eyes now.

css/m-dark+documentation.compiled.css
css/m-dark.compiled.css
css/m-theme-dark.css

index 64597f784a6a753a836a14d06d4c82362e25739d..55ca32a9aa12a42030169a06bf73f74716aaf2ed 100644 (file)
@@ -401,7 +401,7 @@ pre {
   margin-top: 0;
 }
 pre.m-console {
-  background-color: #000000;
+  background-color: #161616;
 }
 strong, .m-text.m-strong { font-weight: bold; }
 em, .m-text.m-em { font-style: italic; }
@@ -442,7 +442,7 @@ code {
   background-color: #282e36;
 }
 code.m-console {
-  background-color: #000000;
+  background-color: #161616;
 }
 *:focus { outline-color: #5b9dd9; }
 div.m-scroll {
@@ -869,7 +869,7 @@ figure.m-figure.m-fullwidth:after {
   border-color: #282e36;
 }
 .m-console-figure:before {
-  border-color: #000000;
+  border-color: #161616;
 }
 .m-code-figure.m-flat:before, .m-console-figure.m-flat:before {
   border-color: transparent;
@@ -2407,7 +2407,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-s > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-s > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 @media screen and (min-width: 768px) {
@@ -2417,7 +2417,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-m > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-m > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 @media screen and (min-width: 992px) {
@@ -2427,7 +2427,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-l > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-l > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 .m-container-inflatable section:target pre,
index 47f9a953a21fce6fd48db088c1f168b2d023325f..d51702d5bf9391266df417d10daaacb861921730 100644 (file)
@@ -401,7 +401,7 @@ pre {
   margin-top: 0;
 }
 pre.m-console {
-  background-color: #000000;
+  background-color: #161616;
 }
 strong, .m-text.m-strong { font-weight: bold; }
 em, .m-text.m-em { font-style: italic; }
@@ -442,7 +442,7 @@ code {
   background-color: #282e36;
 }
 code.m-console {
-  background-color: #000000;
+  background-color: #161616;
 }
 *:focus { outline-color: #5b9dd9; }
 div.m-scroll {
@@ -869,7 +869,7 @@ figure.m-figure.m-fullwidth:after {
   border-color: #282e36;
 }
 .m-console-figure:before {
-  border-color: #000000;
+  border-color: #161616;
 }
 .m-code-figure.m-flat:before, .m-console-figure.m-flat:before {
   border-color: transparent;
@@ -2407,7 +2407,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-s > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-s > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 @media screen and (min-width: 768px) {
@@ -2417,7 +2417,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-m > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-m > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 @media screen and (min-width: 992px) {
@@ -2427,7 +2427,7 @@ article:last-child, article section:last-child { margin-bottom: 0; }
   }
   .m-container-inflatable section:target .m-center-l > figure.m-console-figure::before,
   .m-container-inflatable section:target .m-right-l > figure.m-console-figure::before {
-    border-color: #000000;
+    border-color: #161616;
   }
 }
 .m-container-inflatable section:target pre,
index 3e4ce6a14b60874d5fcd186aea93eb6a239b224b..caea5727498dc756ba29ec6a8724623bc6d7da01 100644 (file)
@@ -57,7 +57,7 @@
      --background-color */
   --code-background-color: #282e36;
   --code-note-background-color: rgba(34, 39, 46, 0.5);
-  --console-background-color: #000000;
+  --console-background-color: #161616;
   --button-background-color: #22272e;
 
   /* Header */