1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-06-05 21:49:32 +02:00

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.
This commit is contained in:
Dorian Wood
2024-04-01 13:10:06 -04:00
parent feb6a73a5c
commit 20065ed631

View File

@@ -145,7 +145,7 @@ input[type=button] {width: auto; overflow: visible;}
body { body {
font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace; font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
background-color: #CCC; background-color: #fff;
color: #000; color: #000;
margin: 1em; margin: 1em;
} }
@@ -236,12 +236,12 @@ img.is-32x32 {
.media { .media {
padding: 1em; padding: 1em;
margin: 4px; margin: 4px;
border: 8px ridge #CCC; border: 8px #000;
overflow: auto; overflow: auto;
} }
.media.active-context { .media.active-context {
background-color: #DDD; background-color: #fff;
} }
summary::before { summary::before {
@@ -332,10 +332,10 @@ img.emoji
.modal-content .modal-content
{ {
z-index: 60; z-index: 60;
background-color: #CCC; background-color: #fff;
color: #000; color: #000;
padding: 1ex; padding: 1ex;
border: 8px ridge #CCC; border: 8px ridge #fff;
max-height: 90vh; max-height: 90vh;
overflow: auto; overflow: auto;
} }