wrpr.us

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

commit 8841bfa67a372a7e32c05789b4044e362b622976
parent 1828e73b3113d64e6742d389781ab91386aa42e2
Author: william <jibjab@cock.li>
Date:   Mon,  7 Apr 2025 20:11:21 -0400

New color

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

diff --git a/style.css b/style.css @@ -1,8 +1,8 @@ @media (prefers-color-scheme: dark) { :root { color-scheme: light; - --bg: #fff; - --head: #000; + --bg: #e3cad6; + --head: #100f0f; --hover: #0000ff; --accent-bg: #f5f7ff; --text: #212121; @@ -10,7 +10,7 @@ --accent: #0d47a1; --accent-hover: #1266e2; --accent-text: var(--bg); - --code: #d81b60; + --code: #5baaff; --preformatted: #444; --marked: #ffdd33; --disabled: #efefef; @@ -19,16 +19,16 @@ :root { color-scheme: dark; - --bg: #000; - --head: #fff; - --hover: #0000ff; + --bg: #100f0f; + --head: #6a7a82; + --hover: #e3cad6; --accent-bg: #2b2b2b; --text: #dcdcdc; --text-light: #ababab; --accent: #ffb300; --accent-hover: #ffe099; --accent-text: var(--bg); - --code: #ffb300; + --code: #6a7a82; --preformatted: #ccc; --disabled: #111; } @@ -65,6 +65,7 @@ body { footer { text-align: left; color: var(--accent) ; + font-size: small; } @@ -90,7 +91,7 @@ a:hover { code { overflow-x:auto; overflow-y:auto; - padding:0px; + padding: 4px; min-width:600; background-color: var(--code); !important; font-size:14px!important;