wrpr.us

Source for wrpr.us
git clone git://git.wrpr.us/wrpr.us
Log | Files | Refs | README

commit ac16d140467665fd85fcff32a6d442cea6778a25
parent b13bb74849f6b4816b1c164dd17e31c41b18171b
Author: william <jibjab@cock.li>
Date:   Mon,  7 Apr 2025 15:56:52 -0400

workshopping css still

Diffstat:
Mstyle.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/style.css b/style.css @@ -30,7 +30,7 @@ --accent: #ffb300; --accent-hover: #ffe099; --accent-text: var(--bg); - --code: #f06292; + --code: #ffb300; --preformatted: #ccc; --disabled: #111; } @@ -41,9 +41,9 @@ }*/ -md-block:not([rendered]) { +/*md-block:not([rendered]) { white-space: pre-line; -} +}*/ body { max-width: 520px; @@ -79,7 +79,7 @@ code { overflow-y:auto; padding:0px; min-width:600; - background-color: var(--head); !important; + background-color: var(--code); !important; font-size:14px!important; margin-bottom:10px; color: var(--bg);