Spaces:
Running
Running
Update styles.css
Browse files- styles.css +3 -0
styles.css
CHANGED
|
@@ -54,8 +54,11 @@ footer {
|
|
| 54 |
--header-bg: rgba(13, 17, 23, 0.7) !important;
|
| 55 |
--footer-bg: #161b22 !important;
|
| 56 |
|
|
|
|
|
|
|
| 57 |
--background-fill-primary: #0d1117 !important;
|
| 58 |
--background-fill-secondary: #161b22 !important;
|
|
|
|
| 59 |
}
|
| 60 |
|
| 61 |
body, html {
|
|
|
|
| 54 |
--header-bg: rgba(13, 17, 23, 0.7) !important;
|
| 55 |
--footer-bg: #161b22 !important;
|
| 56 |
|
| 57 |
+
--radius-sm: 20px !important;
|
| 58 |
+
--radius-md: 10px !important;
|
| 59 |
--background-fill-primary: #0d1117 !important;
|
| 60 |
--background-fill-secondary: #161b22 !important;
|
| 61 |
+
--block-background-fill: var(--bg-color) !important;
|
| 62 |
}
|
| 63 |
|
| 64 |
body, html {
|