Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +2 -1
static/styles.css
CHANGED
@@ -133,10 +133,11 @@ button:hover {
|
|
133 |
cursor: pointer;
|
134 |
padding: 5px;
|
135 |
background-color: #f0f0f0;
|
136 |
-
margin-bottom:
|
137 |
border-radius: 4px;
|
138 |
}
|
139 |
|
140 |
.examples li:hover {
|
141 |
background-color: #e0e0e0;
|
|
|
142 |
}
|
|
|
133 |
cursor: pointer;
|
134 |
padding: 5px;
|
135 |
background-color: #f0f0f0;
|
136 |
+
margin-bottom: 20px;
|
137 |
border-radius: 4px;
|
138 |
}
|
139 |
|
140 |
.examples li:hover {
|
141 |
background-color: #e0e0e0;
|
142 |
+
color:#2641ed
|
143 |
}
|