We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baf5bf commit cb98902Copy full SHA for cb98902
3 files changed
css/stylesheet.css
@@ -159,7 +159,7 @@ nav h3 {
159
}
160
161
.sidemenu button:hover {
162
- background: rgb(63, 63, 63);
+ background: rgb(63, 63, 63);
163
164
165
.sidemenu button.active {
@@ -174,7 +174,8 @@ nav h3 {
174
padding-left: 28px;
175
176
177
-.sidemenu .algorithms {
+.sidemenu .algorithms,
178
+#powered-by-list {
179
display: none;
180
padding: 3px 2px;
181
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.48), inset 0 -2px 2px rgba(0, 0, 0, 0.36);
public/algorithm_visualizer.css
@@ -279,7 +279,7 @@ nav h3 {
279
280
281
282
283
284
285
@@ -294,7 +294,8 @@ nav h3 {
294
295
296
297
298
299
300
301
public/algorithm_visualizer.min.css
0 commit comments