input styling

This commit is contained in:
Gwendolyn 2024-09-19 20:43:18 +02:00
parent d40dacc2a5
commit f03e5f571d
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
--color-button-hover: var(--color-quinary);
--color-focus: var(--color-foreground);
--color-attribution-background: var(--color-overlay-background);
--color-input-border: var(--color-quaternary);
--color-map-overlay: var(--color-primary);
--color-route-dashes: #888888;

View file

@ -12,7 +12,7 @@ input[type='url'],
textarea,
select
background-color: transparent
border: .1rem solid var(--color-quaternary)
border: .1rem solid var(--color-input-border)
border-radius: .4rem
box-shadow: none
box-sizing: inherit // Forced to replace inherit values of the normalize.css