chore(deps): update quay.io/thegeeklab/lhci docker tag to v0.13 (#760)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot] 2024-01-08 08:32:21 +01:00 committed by GitHub
parent 7bdd16d305
commit 0e026ff7de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 7 deletions

View file

@ -547,8 +547,12 @@ svg.gdoc-icon {
background: var(--footer-background);
color: var(--footer-font-color);
.fake-link:hover {
background-image: linear-gradient(var(--footer-link-color), var(--footer-link-color));
.fake-link {
text-decoration: none;
&:hover {
background-image: linear-gradient(var(--footer-link-color), var(--footer-link-color));
}
}
&__item {
@ -560,6 +564,7 @@ svg.gdoc-icon {
}
&__link {
text-decoration: underline;
color: var(--footer-link-color);
&:visited {
@ -734,6 +739,7 @@ svg.gdoc-icon {
&__link,
&__link:visited {
text-decoration: underline;
color: var(--link-color);
}
@ -773,6 +779,7 @@ svg.gdoc-icon {
a,
a:visited {
text-decoration: none !important;
color: var(--link-color);
}
}

View file

@ -31,7 +31,7 @@
a,
&__link {
text-decoration: none;
text-decoration: underline;
border-bottom: $border-1 solid transparent;
line-height: normal;