Commit
·
4e5171d
1
Parent(s):
9789af3
Updating the background of the Card
Browse files
README.md
CHANGED
|
@@ -17,11 +17,7 @@ pinned: false
|
|
| 17 |
font: 16px/1.6 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
|
| 18 |
Inter, Arial, sans-serif;
|
| 19 |
color: var(--text);
|
| 20 |
-
background:
|
| 21 |
-
1200px 800px at 50% -10%,
|
| 22 |
-
#0f1520 0%,
|
| 23 |
-
var(--bg) 55%
|
| 24 |
-
);
|
| 25 |
margin: 0;
|
| 26 |
padding: 0;
|
| 27 |
"
|
|
|
|
| 17 |
font: 16px/1.6 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
|
| 18 |
Inter, Arial, sans-serif;
|
| 19 |
color: var(--text);
|
| 20 |
+
background: rgba(0, 0, 0, 0);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
margin: 0;
|
| 22 |
padding: 0;
|
| 23 |
"
|