aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/css/styles.css1
-rw-r--r--src/scss/custom/_variables.scss3
2 files changed, 1 insertions, 3 deletions
diff --git a/dist/css/styles.css b/dist/css/styles.css
index 711da45..69d2c8a 100644
--- a/dist/css/styles.css
+++ b/dist/css/styles.css
@@ -2,7 +2,6 @@
* Author: jesus e.
* Version: 1.2
*/
-/* Colores */
@font-face {
font-family: 'Open Sans';
font-style: normal;
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);