eaedk commited on
Commit
6b460d9
1 Parent(s): 38acf0c

static/css

Browse files
Files changed (1) hide show
  1. assets/static/styles.css +7 -0
assets/static/styles.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ color: rgb(81, 146, 43);
3
+ }
4
+
5
+ p {
6
+ font-weight: 600;
7
+ }