Upload custom.css
Browse files- custom.css +9 -0
custom.css
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: 'Segoe UI', sans-serif;
|
| 3 |
+
background-color: #f9f9f9;
|
| 4 |
+
}
|
| 5 |
+
|
| 6 |
+
h2, h4 {
|
| 7 |
+
font-weight: 600;
|
| 8 |
+
color: #333;
|
| 9 |
+
}
|