1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Added exporting view for a tagging profile

This commit is contained in:
2024-07-07 05:58:31 +04:00
parent d671ca13f6
commit 688ed15939
3 changed files with 66 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
@use '../colors';
input {
input, textarea {
background: colors.$input-background;
border: 1px solid colors.$input-border;
color: colors.$text;
@@ -8,4 +8,4 @@ input {
font-family: monospace;
padding: 0 6px;
line-height: 26px;
}
}