Skip to content

Commit

Permalink
Try colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume MAIANO committed Oct 27, 2023
1 parent ba3ffee commit c362ae9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ body .ui.segment {
color: #8B0000; /* B8860B could be good too -- dark goldenroad for my soft gold */
}

body .ui.button.button-primary a {
color: #DAA520;
text-decoration: none;
}
body .ui.button.button-primary a:hover, body .ui.button.button-primary a:active {
color: #8B0000; /* B8860B could be good too -- dark goldenroad for my soft gold */
}

.button-emphasis {
background-color: #8B0000;
color: #DAA520;
Expand Down

0 comments on commit c362ae9

Please sign in to comment.