mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea, input[type=text] {
|
||||||
|
color: <<colour foreground>>;
|
||||||
|
background-color: <<colour background>>;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-muted {
|
.tc-muted {
|
||||||
color: <<colour muted-foreground>>;
|
color: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user