diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-30 15:46:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-30 15:46:10 +0300 |
commit | 21e87a6412b4dac679846884af16f744bc152eca (patch) | |
tree | 77b1d67e150fb77a1c5b19dee8ee22e6dad6d255 /src/pages/stylesheets | |
parent | Updated screenshots (diff) | |
download | libredirect-21e87a6412b4dac679846884af16f744bc152eca.zip |
Fixed locales and other typing stuff
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index fc089728..5f3c1cbe 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -28,6 +28,7 @@ body { margin: auto; padding: 0; font-family: "Inter"; + font-size: 16px; background-color: var(--bg-main); color: var(--text); } @@ -325,10 +326,6 @@ button svg { color: var(--text); } -div.checklist { - direction: ltr; -} - div.checklist div { justify-content: space-between; margin: 5px 15px; @@ -390,7 +387,7 @@ div.disabled { body.light-theme { --text: black; --bg-main: white; - --bg-secondary: #fff; + --bg-secondary: #e4e4e4; --active: #fb9817; } |