mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
ux: fix button text + visited links
This commit is contained in:
parent
072c8da18b
commit
8b0769fba2
1 changed files with 7 additions and 2 deletions
|
|
@ -127,8 +127,12 @@
|
|||
color: var(--color-primary-hover);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: var(--color-link-visited);
|
||||
a:not(.ui-btn):visited {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
a:not(.ui-btn):visited:hover {
|
||||
color: var(--color-primary-hover);
|
||||
}
|
||||
|
||||
:where(a, button, input, textarea, select):focus {
|
||||
|
|
@ -643,6 +647,7 @@
|
|||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
color: var(--color-text);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue