Skip to content

Commit 1d80947

Browse files
committed
Change button colors to dlang.org menu colors
1 parent 6262ad4 commit 1d80947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,13 +631,13 @@ a.btn:hover
631631
{
632632
font-size: 22px;
633633
padding: 0.4em 1em;
634-
background-color: #D8645E;
634+
background-color: #B03931;
635635
color: white;
636-
border: #D8645E;
636+
border: #B03931;
637637
}
638638
.btn.donate-large:hover
639639
{
640-
background-color: #F47069;
640+
background-color: #98312A;
641641
color: white;
642642
}
643643

0 commit comments

Comments
 (0)