diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-05 15:18:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-05 15:18:08 -0500 |
commit | b8e0ab3671dbb8ce15787648772a992320cef16c (patch) | |
tree | cbf8676655fa337c3f5a4cfff1f625ab410a720e /src/scss/custom/_variables.scss | |
parent | 0f3d51accfb4fc71ada94583488b5ddfc19db102 (diff) | |
download | libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.tar.lz libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.tar.xz libretube-theme-b8e0ab3671dbb8ce15787648772a992320cef16c.zip |
fix pagination color
Diffstat (limited to 'src/scss/custom/_variables.scss')
-rw-r--r-- | src/scss/custom/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scss/custom/_variables.scss b/src/scss/custom/_variables.scss index 02f7d33..22a9394 100644 --- a/src/scss/custom/_variables.scss +++ b/src/scss/custom/_variables.scss @@ -1,5 +1,6 @@ // Colores $principal: #0091EA; +$principal-bold: #026de0; // Declare the color as RGB; SASS will treat this as hex $blue: rgb(0,145,234); // Declare an alpha |