aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-04-11 19:34:40 +0300
committershpuld <shp@cock.li>2018-04-11 19:34:40 +0300
commita1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c (patch)
tree29adae381f962942683fe4f01952f56b2f33fdf0 /src/App.scss
parent82ee24ec31ad89e82c6002fd0dc3593f47adfdb4 (diff)
Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein.
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 61acc4ce..e3fba48a 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -46,8 +46,8 @@ a {
button{
user-select: none;
- color: $fallback--faint;
- color: var(--faint, $fallback--faint);
+ color: $fallback--fg;
+ color: var(--fg, $fallback--fg);
background-color: $fallback--btn;
background-color: var(--btn, $fallback--btn);
border: none;
@@ -253,7 +253,7 @@ main-router {
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
box-shadow: 1px 1px 4px rgba(0,0,0,.6);
- overflow: hidden;
+ //overflow: hidden;
}
.panel-body:empty::before {