richylyq commited on
Commit
7d7430d
1 Parent(s): 7854eb7

update card styling

Browse files
Files changed (1) hide show
  1. style.css +3 -1
style.css CHANGED
@@ -19,7 +19,9 @@ p {
19
  max-width: 620px;
20
  margin: 0 auto;
21
  padding: 16px;
22
- border: 1px solid lightgray;
 
 
23
  border-radius: 16px;
24
  }
25
 
 
19
  max-width: 620px;
20
  margin: 0 auto;
21
  padding: 16px;
22
+ text-color: white;
23
+ background-color: #b37eb5;
24
+ border: 1px solid #b37eb5;
25
  border-radius: 16px;
26
  }
27