From a1f6ef1dcac2e79c5a116705ca11d6e7e51ed89c Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 11 Apr 2018 19:34:40 +0300 Subject: Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, status fadein. --- src/App.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/App.scss') 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 { -- cgit v1.2.3-70-g09d2