iremrit commited on
Commit
0731f33
·
verified ·
1 Parent(s): 410c870

Upload custom.css

Browse files
Files changed (1) hide show
  1. 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
+ }