mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2025-01-03 14:56:25 -05: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:
parent
feb6a73a5c
commit
20065ed631
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user