diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-03 16:59:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-03 16:59:21 -0500 |
commit | 767d5984d630680730fc4ba266b854fe45085011 (patch) | |
tree | 3060da566451b380d3a62b7d785bbcf5c3054cc9 /src | |
parent | 30babccf3367379e4e2d3baf93d6284bbd143680 (diff) | |
download | libretube-theme-767d5984d630680730fc4ba266b854fe45085011.tar.lz libretube-theme-767d5984d630680730fc4ba266b854fe45085011.tar.xz libretube-theme-767d5984d630680730fc4ba266b854fe45085011.zip |
change comments
Diffstat (limited to 'src')
-rw-r--r-- | src/scss/custom/_variables.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scss/custom/_variables.scss b/src/scss/custom/_variables.scss index 0c9b7c0..02f7d33 100644 --- a/src/scss/custom/_variables.scss +++ b/src/scss/custom/_variables.scss @@ -1,5 +1,4 @@ -/* Colores */ - +// Colores $principal: #0091EA; // Declare the color as RGB; SASS will treat this as hex $blue: rgb(0,145,234); |