Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css index 64d0588..b9fb166 100644 --- a/static/input.css +++ b/static/input.css @@ -72,6 +72,14 @@ 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); |