fffiloni commited on
Commit
f325eee
1 Parent(s): 31f9308

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -1
style.css CHANGED
@@ -42,7 +42,7 @@ button#clean-btn {
42
 
43
  button#clean-btn:hover {
44
  border-radius: 20px;
45
- background: red;
46
  }
47
 
48
  .footer {
@@ -91,6 +91,10 @@ button#clean-btn:hover {
91
  max-width: 13rem;
92
  }
93
 
 
 
 
 
94
  #share-btn {
95
  all: initial;
96
  color: #ffffff;
 
42
 
43
  button#clean-btn:hover {
44
  border-radius: 20px;
45
+ background: #4b5563;
46
  }
47
 
48
  .footer {
 
91
  max-width: 13rem;
92
  }
93
 
94
+ #share-btn-container:hover {
95
+ background-color: grey;
96
+ }
97
+
98
  #share-btn {
99
  all: initial;
100
  color: #ffffff;