Skip to content

Commit 858438e

Browse files
Update app.css
1 parent a827f61 commit 858438e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ header {
104104
}
105105
button {
106106
cursor: pointer;
107+
background-color: rgb(204, 238, 249);
108+
color: black;
109+
box-shadow: 0px 0px 0px 3px black;
110+
padding: 5px;
111+
border: 1px solid black;
112+
border-radius: 8px;
113+
margin: 5px;
107114
}
108115
#form {
109116
border: 1px solid black;
@@ -183,4 +190,4 @@ span {
183190
height: 20px;
184191
box-shadow: 0px 0px 5px black;
185192
cursor: pointer;
186-
}
193+
}

0 commit comments

Comments
 (0)