forked from CGM_Public/pretix_original
Fix page-header-links outline color contrast (#5096)
This commit is contained in:
committed by
GitHub
parent
57d33e1eb1
commit
6d0368a1bb
@@ -43,8 +43,9 @@ h3, .h3 {
|
||||
.page-header-links > div.header-part {
|
||||
padding-top: 15px;
|
||||
|
||||
a:link, a:visited {
|
||||
a {
|
||||
color: var(--pretix-link-contrast-color);
|
||||
outline-color: inherit;
|
||||
}
|
||||
a:active, a:hover, a:focus {
|
||||
color: var(--pretix-link-hover-contrast-color);
|
||||
|
||||
Reference in New Issue
Block a user