mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Fix text on CTA buttons.
The anchor tag updates were overriding the font color on the CTA buttons. This ensures that they should not be overriden. Author: Sarah Conway
This commit is contained in:
@ -1054,7 +1054,7 @@ hr.eventseparator {
|
||||
.btn-primary {
|
||||
background-color: #336791;
|
||||
border-color: #336791;
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn:active:focus, .btn.active:focus {
|
||||
|
Reference in New Issue
Block a user