pytzen commited on
Commit
6a4df56
1 Parent(s): 6b3fef0

fix: css ol

Browse files
Files changed (1) hide show
  1. app/static/styles.css +4 -0
app/static/styles.css CHANGED
@@ -11,6 +11,10 @@ h1, h2, h3, h4, h5, h6, p {
11
  color: black;
12
  }
13
 
 
 
 
 
14
  .container {
15
  background-color: white;
16
  border: 3px solid black;
 
11
  color: black;
12
  }
13
 
14
+ ol {
15
+ color: black;
16
+ }
17
+
18
  .container {
19
  background-color: white;
20
  border: 3px solid black;