Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions site.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,17 @@ bdo {


.button {
font-family: 'Open Sans Condensed Bold';
font-size: 18px;
color: #FFCA1B;
font-family: 'Open Sans Condensed Bold';
font-size: 18px;
color: #FFCA1B;
padding: 10px 40px;
border-radius: 5px;
border-width: 3px;
border-color: #FFCA1B;
border-style: solid;
text-align: center;
background-color: transparent;
cursor: pointer;
}
.button:hover {
background-color: #FFCA1B;
Expand Down