Update style/style.css
Browse files- style/style.css +1 -1
style/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
/* customizable snowflake styling */
|
| 2 |
.snowflake {
|
| 3 |
-
color:
|
| 4 |
font-size: 1em;
|
| 5 |
font-family: Arial;
|
| 6 |
text-shadow: 0 0 1px #000;
|
|
|
|
| 1 |
/* customizable snowflake styling */
|
| 2 |
.snowflake {
|
| 3 |
+
color: blue;
|
| 4 |
font-size: 1em;
|
| 5 |
font-family: Arial;
|
| 6 |
text-shadow: 0 0 1px #000;
|