aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-20 22:13:19 +0300
committerHenry Jameson <me@hjkos.com>2020-10-20 22:13:19 +0300
commitb19c2eb0fb45aca4f4a59c4afacaffddf695987d (patch)
tree309aa7425bd839f70ffe4e811b6f3f38a22f1978 /src/App.scss
parent046c60cb61bd585e2fb2850320d229ab0487d9ba (diff)
More stuff. Buttons in user card's corner now have MUCH bigger hitboxes
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss
index 10969abb..126a3297 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -85,7 +85,7 @@ button {
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
- i[class*=icon-] {
+ i[class*=icon-], .svg-inline--fa {
color: $fallback--text;
color: var(--btnText, $fallback--text);
}
@@ -389,7 +389,7 @@ i[class*=icon-], .svg-inline--fa {
box-sizing: border-box;
button {
- &, i[class*=icon-] {
+ &, i[class*=icon-], svg {
color: $fallback--text;
color: var(--btnTopBarText, $fallback--text);
}
@@ -463,7 +463,7 @@ i[class*=icon-], .svg-inline--fa {
flex-basis: 970px;
height: 50px;
- a, a i {
+ a, a i, a svg {
color: $fallback--link;
color: var(--topBarLink, $fallback--link);
}