diff options
| author | 2026-05-03 16:49:41 +0700 | |
|---|---|---|
| committer | 2026-05-03 16:49:41 +0700 | |
| commit | d409b1938973e31a1bdfe903fed973f396709ca2 (patch) | |
| tree | 27e5f47b5c7caeb1eaaba5e897270a0bf256018c /static/input.css | |
| parent | bcf964f0851cc2d7582085efda200b58e8c5704d (diff) | |
| download | web-d409b1938973e31a1bdfe903fed973f396709ca2.tar.gz web-d409b1938973e31a1bdfe903fed973f396709ca2.zip | |
feat: replace fa icons on homepage with freehand
feat: remove font-awesome embeds
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 8 |
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); |