summaryrefslogtreecommitdiffci
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 16:49:41 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 16:49:41 +0700
commitd409b1938973e31a1bdfe903fed973f396709ca2 (patch)
tree27e5f47b5c7caeb1eaaba5e897270a0bf256018c /static
parentbcf964f0851cc2d7582085efda200b58e8c5704d (diff)
downloadweb-d409b1938973e31a1bdfe903fed973f396709ca2.tar.gz
web-d409b1938973e31a1bdfe903fed973f396709ca2.zip
feat: replace fa icons on homepage with freehand
feat: remove font-awesome embeds
Diffstat (limited to 'static')
-rw-r--r--static/input.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/input.css b/static/input.css
index b9fb166..64d0588 100644
--- a/static/input.css
+++ b/static/input.css
@@ -72,14 +72,6 @@ html {
background-size: --value([bg-size]), 128px;
}
-@utility faw-full {
- --fa-width: 100%;
-}
-
-@utility faw-* {
- --fa-width: calc(--value(integer) * var(--spacing));
-}
-
body {
scrollbar-width: thin;
scrollbar-color: var(--color-background-light) var(--color-main-soft);