datnguyentien204 commited on
Commit
9376308
·
verified ·
1 Parent(s): 135bc96

Upload styles.css

Browse files
Files changed (1) hide show
  1. static/web2/assets/css/styles.css +4 -4
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(230, 62%, 56%);
11
  --title-color: hsl(230, 70%, 16%);
12
  --text-color: hsl(230, 16%, 45%);
13
- --border-color: hsl(230, 50%, 90%);
14
  --white-color: hsl(0, 0%, 100%);
15
- --body-color: hsl(230, 100%, 96%);
16
- --container-color: hsl(230, 100%, 97%);
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 ...*/