VIATEUR-AI commited on
Commit
7339b17
Β·
verified Β·
1 Parent(s): a69078c

body { background-color: #f1f5f9; } h1 { text-align: center; color: #2d6cdf; font-weight: 900; }

Browse files
Files changed (1) hide show
  1. custom . css +9 -0
custom . css CHANGED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: #f1f5f9;
3
+ }
4
+
5
+ h1 {
6
+ text-align: center;
7
+ color: #2d6cdf;
8
+ font-weight: 900;
9
+ }