Spaces:
Running
Running
Update styles.css
Browse files- styles.css +13 -14
styles.css
CHANGED
|
@@ -34,10 +34,11 @@ footer {
|
|
| 34 |
|
| 35 |
--radius-sm: 20px !important;
|
| 36 |
--radius-md: 10px !important;
|
|
|
|
| 37 |
--background-fill-primary: #f7f8fc !important;
|
| 38 |
--background-fill-secondary: #ffffff !important;
|
| 39 |
--block-background-fill: #ffffff !important;
|
| 40 |
-
--color-accent:
|
| 41 |
}
|
| 42 |
|
| 43 |
.dark {
|
|
@@ -57,10 +58,11 @@ footer {
|
|
| 57 |
|
| 58 |
--radius-sm: 20px !important;
|
| 59 |
--radius-md: 10px !important;
|
|
|
|
| 60 |
--background-fill-primary: #0d1117 !important;
|
| 61 |
--background-fill-secondary: #161b22 !important;
|
| 62 |
--block-background-fill: #161b22 !important;
|
| 63 |
-
--color-accent:
|
| 64 |
}
|
| 65 |
|
| 66 |
body, html {
|
|
@@ -105,17 +107,14 @@ body, html {
|
|
| 105 |
}
|
| 106 |
|
| 107 |
::-webkit-scrollbar {
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
}
|
| 111 |
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
}
|
| 117 |
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
}
|
|
|
|
| 34 |
|
| 35 |
--radius-sm: 20px !important;
|
| 36 |
--radius-md: 10px !important;
|
| 37 |
+
--input-radius: 12px !important;
|
| 38 |
--background-fill-primary: #f7f8fc !important;
|
| 39 |
--background-fill-secondary: #ffffff !important;
|
| 40 |
--block-background-fill: #ffffff !important;
|
| 41 |
+
--color-accent: #d67ae0 !important;
|
| 42 |
}
|
| 43 |
|
| 44 |
.dark {
|
|
|
|
| 58 |
|
| 59 |
--radius-sm: 20px !important;
|
| 60 |
--radius-md: 10px !important;
|
| 61 |
+
--input-radius: 12px !important;
|
| 62 |
--background-fill-primary: #0d1117 !important;
|
| 63 |
--background-fill-secondary: #161b22 !important;
|
| 64 |
--block-background-fill: #161b22 !important;
|
| 65 |
+
--color-accent: #eab5ee !important;
|
| 66 |
}
|
| 67 |
|
| 68 |
body, html {
|
|
|
|
| 107 |
}
|
| 108 |
|
| 109 |
::-webkit-scrollbar {
|
| 110 |
+
width: 0.5em !important;
|
| 111 |
+
}
|
|
|
|
| 112 |
|
| 113 |
+
::-webkit-scrollbar-thumb {
|
| 114 |
+
background-color: #3a3a3ab3 !important;
|
| 115 |
+
border-radius: 50px !important;
|
| 116 |
+
}
|
|
|
|
| 117 |
|
| 118 |
+
::-webkit-scrollbar-track {
|
| 119 |
+
background-color: transparent !important;
|
| 120 |
+
}
|
|
|