Updated to Dark mode
Changed some Color values to convert it into dark mode
This commit is contained in:
parent
f682234a3c
commit
f9b5aa3dd7
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--line-border-fill: #3498db;
|
--line-border-fill: #3498db;
|
||||||
--line-border-empty: #e0e0e0;
|
--line-border-empty: #383838;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -10,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #f6f7fb;
|
background-color: #1f1f1f;
|
||||||
font-family: 'Muli', sans-serif;
|
font-family: 'Muli', sans-serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -58,8 +59,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.circle {
|
.circle {
|
||||||
background-color: #fff;
|
background-color: #1f1f1f;
|
||||||
color: #999;
|
color:#e2e2e2;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user