1
0
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:
Jermolene 2015-04-10 17:04:41 +01:00
parent b2cb992538
commit 0b4ed3c72d

View File

@ -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>>;
}