Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/scss
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-13 22:12:52 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-13 22:12:52 +0300
commit5130d11fb48bcfa9cc5664c8b7c5bd5caae0a05e (patch)
tree445cac95565590a75ec666fd2258ff265710cbb5 /src/scss
parentd9c3dbebee171361294cb9b6f2ec90fcbc78ef50 (diff)
Make active server sticky
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/scss')
-rw-r--r--src/scss/includes.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/includes.scss b/src/scss/includes.scss
index b0a53c5..2198203 100644
--- a/src/scss/includes.scss
+++ b/src/scss/includes.scss
@@ -22,13 +22,13 @@
/**
* tabs
*/
- --content-primary-background-color : #0000;
+ --content-primary-background-color : #fff;
--content-primary-text-color : #0996f8;
--content-primary-border-color : #0996f8;
--content-primary-hover-background-color : rgba(0, 0, 0, 0.06);
--content-primary-hover-text-color : #0670cc;
--content-primary-hover-border-color : #0670cc;
- --content-secondary-background-color : #0000;
+ --content-secondary-background-color : #fff;
--content-secondary-text-color : #1a1a1a;
--content-secondary-border-color : #ededed;
--content-secondary-hover-background-color : rgba(0, 0, 0, 0.06);