aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-01-20 17:36:40 +0200
committerShpuld Shpuldson <shp@cock.li>2021-01-20 17:36:40 +0200
commit02ab803725e42a749c6c8f564e8093df70e97fc7 (patch)
treeb421992ab13c2bc0eb7330209b8d3a0cc994818b /src/App.scss
parent9bf80cc7be4829329433a1b87edd274af03f857c (diff)
change a few more buttons to real buttons
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 2a1d7b1b..8b91f3de 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -178,6 +178,13 @@ a {
&.-fullwidth {
width: 100%;
}
+
+ &.-hover-highlight {
+ &:hover svg {
+ color: $fallback--lightText;
+ color: var(--lightText, $fallback--lightText);
+ }
+ }
}
input, textarea, .select, .input {