From 17690c8456ea13d6cf06ad94c2cb4753c0dc4831 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Fri, 19 Apr 2024 17:22:33 +0300 Subject: [PATCH] i give up on the progress element --- index.html | 4 ---- style.css | 9 +++++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4519604..7f66069 100644 --- a/index.html +++ b/index.html @@ -297,10 +297,6 @@
-

- this close to losing it - -

did you know? this website has a total of 0 bytes of javascript
in my opinion, simple websites like this shouldn't require a powerful system to render. i want my site to be accessible on an old smartphone, on diff --git a/style.css b/style.css index e4309f7..dd077fc 100644 --- a/style.css +++ b/style.css @@ -37,6 +37,7 @@ code { background-color: var(--base); color: var(--text); + accent-color: var(--pink); } body { @@ -79,11 +80,15 @@ progress { border-color: var(--text); background-color: var(--base); color: var(--pink); + accent-color: var(--pink); } - ::-moz-progress-bar, +::-webkit-progress-value { + background-color: var(--pink) !important; +} ::-webkit-progress-bar { - background-color: var(--pink); + background-color: var(--base); + width: 100%; } footer {