Skip to content

Commit cb98902

Browse files
committed
consistent design of powered-by-list
1 parent 1baf5bf commit cb98902

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

css/stylesheet.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ nav h3 {
159159
}
160160

161161
.sidemenu button:hover {
162-
background: rgb(63, 63, 63);
162+
background: rgb(63, 63, 63);
163163
}
164164

165165
.sidemenu button.active {
@@ -174,7 +174,8 @@ nav h3 {
174174
padding-left: 28px;
175175
}
176176

177-
.sidemenu .algorithms {
177+
.sidemenu .algorithms,
178+
#powered-by-list {
178179
display: none;
179180
padding: 3px 2px;
180181
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ nav h3 {
279279
}
280280

281281
.sidemenu button:hover {
282-
background: rgb(63, 63, 63);
282+
background: rgb(63, 63, 63);
283283
}
284284

285285
.sidemenu button.active {
@@ -294,7 +294,8 @@ nav h3 {
294294
padding-left: 28px;
295295
}
296296

297-
.sidemenu .algorithms {
297+
.sidemenu .algorithms,
298+
#powered-by-list {
298299
display: none;
299300
padding: 3px 2px;
300301
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.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)