diff --git a/static/style.css b/static/style.css index 81f4b5c..2cdc4ca 100644 --- a/static/style.css +++ b/static/style.css @@ -15,6 +15,16 @@ input, textarea, select, file { /* ... other styles ... */ } +/* Style Tagify input like standard form fields */ +.tagify{ + background-color: var(--form-in-bg-color); + border-radius: var(--border-radius); + color: var(--form-color); + border: 3px solid var(--form-border-color); + margin: 2px; + padding: 0px; +} + body { font-family: var(--font-family); background-color: var(--background-color);