diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-08 12:51:36 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-08 12:51:36 -0500 |
commit | 149718b5287b97ee595a53cb3ab3618e1f8a9aab (patch) | |
tree | 91cb7736f78494bb4e34f344d8e62fc9dfc3ff57 /src | |
parent | 9edea5d8c7f0de1f33a7d7593be08331c7dc0cd8 (diff) | |
download | libretube-theme-149718b5287b97ee595a53cb3ab3618e1f8a9aab.tar.lz libretube-theme-149718b5287b97ee595a53cb3ab3618e1f8a9aab.tar.xz libretube-theme-149718b5287b97ee595a53cb3ab3618e1f8a9aab.zip |
update styles
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/custom/_variables.scss | 5 | ||||
-rw-r--r-- | src/scss/custom/styles.scss | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/scss/custom/_variables.scss b/src/scss/custom/_variables.scss index 641dffa..3d78ce6 100644 --- a/src/scss/custom/_variables.scss +++ b/src/scss/custom/_variables.scss @@ -4,7 +4,8 @@ $principal-bold: #026de0; $back-time: #000; // Declare the color as RGB; SASS will treat this as hex $blue: rgb(0,145,234); +$black: rgb(17, 17, 17); // Declare an alpha -$alpha: .8; -$pri-rgb: rgba($blue, $alpha); +$alpha: .5; +$pri-rgb: rgba($black, $alpha); $sidebar-title: #00A5FF; diff --git a/src/scss/custom/styles.scss b/src/scss/custom/styles.scss index 42d2c50..ba40dde 100644 --- a/src/scss/custom/styles.scss +++ b/src/scss/custom/styles.scss @@ -1,7 +1,7 @@ @charset "utf-8"; /*! * Author: jesus e. - * Version: 1.2.7 + * Version: 1.2.8 */ // _variables.scss |