mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 14:56:06 +00:00
Use palette colours for text areas and text inputs
This commit is contained in:
@@ -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>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user