Spaces:
Running
Running
Upload styles.css
Browse files
static/web2/assets/css/styles.css
CHANGED
|
@@ -7,13 +7,13 @@
|
|
| 7 |
|
| 8 |
/*========== Colors ==========*/
|
| 9 |
/*Color mode HSL(hue, saturation, lightness)*/
|
| 10 |
-
--first-color: hsl(
|
| 11 |
--title-color: hsl(230, 70%, 16%);
|
| 12 |
--text-color: hsl(230, 16%, 45%);
|
| 13 |
-
--border-color: hsl(
|
| 14 |
--white-color: hsl(0, 0%, 100%);
|
| 15 |
-
--body-color: hsl(
|
| 16 |
-
--container-color: hsl(
|
| 17 |
|
| 18 |
/*========== Font and typography ==========*/
|
| 19 |
/*.5rem = 8px | 1rem = 16px ...*/
|
|
|
|
| 7 |
|
| 8 |
/*========== Colors ==========*/
|
| 9 |
/*Color mode HSL(hue, saturation, lightness)*/
|
| 10 |
+
--first-color: hsl(900, 62%, 0%);
|
| 11 |
--title-color: hsl(230, 70%, 16%);
|
| 12 |
--text-color: hsl(230, 16%, 45%);
|
| 13 |
+
--border-color: hsl(600, 50%, 90%);
|
| 14 |
--white-color: hsl(0, 0%, 100%);
|
| 15 |
+
--body-color: hsl(255, 100%, 100%);
|
| 16 |
+
--container-color: hsl(255, 100%, 100%);
|
| 17 |
|
| 18 |
/*========== Font and typography ==========*/
|
| 19 |
/*.5rem = 8px | 1rem = 16px ...*/
|