Skip to content

Commit f04439a

Browse files
Update main.css to use GG blue (#33)
1 parent 28dc10a commit f04439a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ p {
2222
}
2323

2424
button.large {
25-
background-color: #2200fb;
25+
background-color: #1b2d55;
2626
color: white;
2727
border: none;
2828
padding: 10px 20px;
2929
font-size: 16px;
3030
cursor: pointer;
3131
border-radius: 5px;
3232
margin: 2em 0;
33-
}
33+
}

0 commit comments

Comments
 (0)