Skip to content

Commit 97285c8

Browse files
committed
misc
1 parent 925a4cb commit 97285c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/public/sample-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ button {
2727
button:hover {
2828
background-color: rgba(48,128,208,.15);
2929
border-color: rgba(48,128,208,.2);
30-
color: #3080d0
30+
color: #3080d0;
3131
}
3232

3333
button:active {
3434
background-color: rgba(48,128,208,.3);
3535
border-color: rgba(48,128,208,.4);
36-
color: #3080d0
36+
color: #3080d0;
3737
}

0 commit comments

Comments
 (0)