Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/* Global Reset */
|
2 |
* {
|
3 |
box-sizing: border-box;
|
4 |
-
background-color: #
|
5 |
font-family: "Comic Sans MS", cursive, sans-serif; /* Playful font */
|
6 |
}
|
7 |
|
|
|
1 |
/* Global Reset */
|
2 |
* {
|
3 |
box-sizing: border-box;
|
4 |
+
background-color: #af7db3 !important; /* Soft pastel pink */
|
5 |
font-family: "Comic Sans MS", cursive, sans-serif; /* Playful font */
|
6 |
}
|
7 |
|