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:
parent
7bdd16d305
commit
0e026ff7de
5 changed files with 16 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
a,
|
||||
&__link {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
border-bottom: $border-1 solid transparent;
|
||||
line-height: normal;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue