mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-10 20:56:39 +00:00
Use palette colours for text areas and text inputs
This commit is contained in:
parent
b2cb992538
commit
0b4ed3c72d
@ -105,6 +105,11 @@ dl dt {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
textarea, input[type=text] {
|
||||
color: <<colour foreground>>;
|
||||
background-color: <<colour background>>;
|
||||
}
|
||||
|
||||
.tc-muted {
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user