mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
frontend: modify 1 file
Verified changes: - modify frontend/src/components/ui/DesignSystemStyles.astro Diffstat: - 1 file changed, 7 insertions(+), 2 deletions(-)
This commit is contained in:
parent
1595c91196
commit
0e66e2e197
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