From 20065ed6313f9fde99d543738f974126682d93d7 Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Mon, 1 Apr 2024 13:10:06 -0400 Subject: [PATCH] making fullbrutalism css black and white only The grey is interesting, but feels like an attempt to mimic websites of the 90's. I think FullBrutalism theme is more appropriately a: Display close to what it would look like in a text browser. --- brutaldon/static/css/fullbrutalism.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/brutaldon/static/css/fullbrutalism.css b/brutaldon/static/css/fullbrutalism.css index 5898034..3d59ade 100644 --- a/brutaldon/static/css/fullbrutalism.css +++ b/brutaldon/static/css/fullbrutalism.css @@ -145,7 +145,7 @@ input[type=button] {width: auto; overflow: visible;} body { font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; - background-color: #CCC; + background-color: #fff; color: #000; margin: 1em; } @@ -236,12 +236,12 @@ img.is-32x32 { .media { padding: 1em; margin: 4px; - border: 8px ridge #CCC; + border: 8px #000; overflow: auto; } .media.active-context { - background-color: #DDD; + background-color: #fff; } summary::before { @@ -332,10 +332,10 @@ img.emoji .modal-content { z-index: 60; - background-color: #CCC; + background-color: #fff; color: #000; padding: 1ex; - border: 8px ridge #CCC; + border: 8px ridge #fff; max-height: 90vh; overflow: auto; }