Skip to content

Commit

Permalink
changed style of focused button
Browse files Browse the repository at this point in the history
  • Loading branch information
cintek committed Dec 13, 2023
1 parent 253fdd2 commit b8d89ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moin/themes/focus/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ header a, header a:link, header a:visited,
.moin-button, a.moin-button:link { background-color: white; border: 2pt solid var(--accent);
border-radius: 2pt; height: 24pt; width: fit-content; min-width: 60pt;
padding: 0pt 6pt; margin: .5em 0pt; box-shadow: none; }
.moin-button:hover, a.moin-button:link:hover { color: white; background-color: var(--accent-hover);
.moin-button:hover, .moin-button:focus, a.moin-button:link:hover { color: white; background-color: var(--accent-hover);
border-color: var(--accent-hover); box-shadow: none; }
.moin-button:hover a { color: white; }
.moin-button.negative { border-color: var(--negative); }
Expand Down

0 comments on commit b8d89ef

Please sign in to comment.