mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 12:28:02 +00:00
Tweak drop button colours
This commit is contained in:
@@ -16,6 +16,7 @@ tags: $:/tags/stylesheet
|
||||
.tw-upgrade-wizard svg.tw-image-download-button {
|
||||
width: 14em;
|
||||
height: 14em;
|
||||
<<transition "fill 150ms ease-in-out">>;
|
||||
fill: <<colour muted-foreground>>;
|
||||
}
|
||||
|
||||
@@ -23,6 +24,13 @@ tags: $:/tags/stylesheet
|
||||
fill: <<colour foreground>>;
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard svg .tw-image-download-button-ring {
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard:hover svg .tw-image-download-button-ring {
|
||||
fill: <<colour primary>>;
|
||||
}
|
||||
|
||||
.tw-upgrade-wizard em {
|
||||
color: <<colour tiddler-subtitle-foreground>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user