fffiloni commited on
Commit
a832074
·
1 Parent(s): 85c2efe

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -10,7 +10,7 @@ a {
10
  color: inherit;
11
  }
12
 
13
- a .dark {
14
  color: white;
15
  }
16
 
@@ -64,7 +64,7 @@ button#clean-btn:hover {
64
  font-size: .8rem;
65
  display: inline-block;
66
  padding: 0 10px;
67
- transform: translateY(20px);
68
  background: white;
69
  }
70
 
 
10
  color: inherit;
11
  }
12
 
13
+ .dark a {
14
  color: white;
15
  }
16
 
 
64
  font-size: .8rem;
65
  display: inline-block;
66
  padding: 0 10px;
67
+ transform: translateY(30px);
68
  background: white;
69
  }
70