Skip to content

Commit 3a3c440

Browse files
committed
fix styling bugs
1 parent e50f8c4 commit 3a3c440

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#root {
2-
height: 100vh;
2+
height: 100%;
33
display: flex;
44
flex-direction: column;
55
background-color: var(--darkgrey);

src/Help.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
width: 100px;
99
height: 35px;
1010
cursor: pointer;
11+
background: black;
12+
color: var(--white);
13+
font-family: monospace;
1114
}
1215

1316
.button-group > button + button {

0 commit comments

Comments
 (0)