1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Add fill: <<colour button-foreground>> to html button in vanilla/base (#5250)

This commit is contained in:
Simon Huber 2020-12-10 18:33:42 +01:00 committed by GitHub
parent 0d2b6cf837
commit 78c2beb640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ input[type="search"] {
html button {
line-height: 1.2;
color: <<colour button-foreground>>;
fill: <<colour button-foreground>>;
background: <<colour button-background>>;
border-color: <<colour button-border>>;
}