diff --git a/zdblack/theme/colours.css b/zdblack/theme/colours.css index ae62f7d..3ec4145 100644 --- a/zdblack/theme/colours.css +++ b/zdblack/theme/colours.css @@ -1058,8 +1058,8 @@ message-box textarea { ---------------------------------------- */ a.button1, input.button1, input.button3, a.button2, input.button2 { - color: #0d1c29; - background-color: #2f3239; + color: rgb(141, 171, 206); + background-color: rgb(43, 49, 60); background-image: url("{T_THEME_PATH}/images/bg_button.gif"); } @@ -1083,8 +1083,8 @@ a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.but /* Hover states */ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover { - border-color: #1c1f26; - color: #173955; + border-color: #7a8294; + color: rgb(172, 202, 236); } input.search {