mvaloatto commited on
Commit
61e62a2
1 Parent(s): a8f0b69

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -1
styles.css CHANGED
@@ -4,7 +4,7 @@
4
 
5
  body {
6
  background-color: #111827;
7
- font-family: Helvetica, sans-serif;
8
  color: white;
9
  font-weight: 200;
10
  }
@@ -80,6 +80,7 @@ td, th {
80
  padding-right: 20px;
81
  text-align: left;
82
  font-weight: 200;
 
83
  }
84
 
85
 
 
4
 
5
  body {
6
  background-color: #111827;
7
+ font-family: Arial, sans-serif;
8
  color: white;
9
  font-weight: 200;
10
  }
 
80
  padding-right: 20px;
81
  text-align: left;
82
  font-weight: 200;
83
+ font-family: Courier, sans-serif;
84
  }
85
 
86