Skip to content

Commit 44bcee2

Browse files
committed
Merge pull request algorithm-visualizer#62 from nem035/css-updates
Css updates
2 parents ad33227 + e2001c2 commit 44bcee2

File tree

2 files changed

+91
-72
lines changed

2 files changed

+91
-72
lines changed

css/stylesheet.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
html, body {
1+
html,
2+
body {
23
margin: 0;
34
padding: 0;
45
overflow: hidden;
@@ -47,6 +48,7 @@ button {
4748

4849
button:hover {
4950
background: rgba(0, 0, 0, .15) !important;
51+
cursor: pointer;
5052
}
5153

5254
button.active {
@@ -204,6 +206,12 @@ section {
204206
box-sizing: border-box;
205207
}
206208

209+
#tab_desc h3 {
210+
border-bottom: 1px solid rgb(81, 81, 81);
211+
padding: 5px;
212+
margin: 2px;
213+
}
214+
207215
#tab_desc > .wrapper a {
208216
text-decoration: underline;
209217
}
@@ -330,4 +338,4 @@ pre {
330338

331339
.mtbl-cell.notified {
332340
background: #f00;
333-
}
341+
}

0 commit comments

Comments
 (0)