mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
Add fill: <<colour button-foreground>> to html button in vanilla/base (#5250)
This commit is contained in:
parent
0d2b6cf837
commit
78c2beb640
@ -82,6 +82,7 @@ input[type="search"] {
|
|||||||
html button {
|
html button {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: <<colour button-foreground>>;
|
color: <<colour button-foreground>>;
|
||||||
|
fill: <<colour button-foreground>>;
|
||||||
background: <<colour button-background>>;
|
background: <<colour button-background>>;
|
||||||
border-color: <<colour button-border>>;
|
border-color: <<colour button-border>>;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user