]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Material: change color of background, article content and titles
authorKevin Decherf <kevin@kdecherf.com>
Sun, 20 Nov 2016 19:18:30 +0000 (20:18 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Fri, 25 Nov 2016 12:37:42 +0000 (13:37 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/css/main.css

index 1af307774dbbe5356a9c8982a00f31a58813d3b4..2fcf11bdde6ea596f9ccaa54a8c90ddb62504332 100755 (executable)
@@ -164,7 +164,7 @@ body {
   display: flex;
   min-height: 100vh;
   flex-direction: column;
-  background: #f0f0f0;
+  background: #fafafa;
 }
 
 body.login main {
@@ -603,6 +603,19 @@ a.original {
   max-width: 40em;
 }
 
+#article article {
+  color: #424242;
+}
+
+#article article h1,
+#article article h2,
+#article article h3,
+#article article h4,
+#article article h5,
+#article article h6 {
+  color: #212121;
+}
+
 #article img,
 #article figure {
   max-width: 100%;