Updated to Dark mode

Changed some Color values to convert it into dark mode
This commit is contained in:
Rajanit Nagajibhai Navapara 2021-10-20 12:26:17 +05:30 committed by GitHub
parent f682234a3c
commit f9b5aa3dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
:root {
--line-border-fill: #3498db;
--line-border-empty: #e0e0e0;
--line-border-empty: #383838;
}
* {
@ -10,7 +11,7 @@
}
body {
background-color: #f6f7fb;
background-color: #1f1f1f;
font-family: 'Muli', sans-serif;
display: flex;
align-items: center;
@ -58,8 +59,8 @@ body {
}
.circle {
background-color: #fff;
color: #999;
background-color: #1f1f1f;
color:#e2e2e2;
border-radius: 50%;
height: 30px;
width: 30px;