summaryrefslogtreecommitdiffci
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/static/input.css b/static/input.css
index c93fe35..739bea7 100644
--- a/static/input.css
+++ b/static/input.css
@@ -5,34 +5,6 @@
--font-patua: "Patua One", cursive;
}
-html {
- font-size: 8px;
-}
-
-@media screen and (width >= 640px) {
- html {
- font-size: 12px;
- }
-}
-
-@media screen and (width >= 1200px) {
- html {
- font-size: 16px;
- }
-}
-
-@media screen and (width >= 1920px) {
- html {
- font-size: 20px;
- }
-}
-
-@media screen and (width >= 2560px) {
- html {
- font-size: 24px;
- }
-}
-
[data-theme="olive"] {
--main-dark-color: #4b513a;
--main-medium-color: #8a9d8a;