diff options
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 cc4ddb6..75482d8 100644 --- a/static/input.css +++ b/static/input.css @@ -57,6 +57,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); |