lbourdois commited on
Commit
974f44a
1 Parent(s): d2f03ed

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -11
style.css CHANGED
@@ -1,16 +1,13 @@
1
- @media (prefers-color-scheme: dark) {
2
- body {
3
- background-color: #1c1c1e;
4
- color: #fefefe;
5
- }
6
- a {
7
- color: #5fa9ee;
8
- }
9
- img {
10
- filter: grayscale(20%);
11
- }
12
  }
13
 
 
 
 
14
 
15
  h1 {
16
  font-size: 16px;
 
1
+ body {
2
+ padding: 2rem;
3
+ font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
+ background-color: #1c1c1e;
5
+ color: #fefefe;
 
 
 
 
 
 
6
  }
7
 
8
+ a {
9
+ color: #5fa9ee;
10
+ }
11
 
12
  h1 {
13
  font-size: 16px;