mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
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 {
|
.page-header-links > div.header-part {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|
||||||
a:link, a:visited {
|
a {
|
||||||
color: var(--pretix-link-contrast-color);
|
color: var(--pretix-link-contrast-color);
|
||||||
|
outline-color: inherit;
|
||||||
}
|
}
|
||||||
a:active, a:hover, a:focus {
|
a:active, a:hover, a:focus {
|
||||||
color: var(--pretix-link-hover-contrast-color);
|
color: var(--pretix-link-hover-contrast-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user