Fix: Swage theme (#4922)

* fix link color

* fix nav menu alignment
This commit is contained in:
maTh
2022-12-07 14:42:58 +01:00
committed by GitHub
parent 543fa4e76c
commit 60ffdb0580
3 changed files with 6 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ body {
}
a {
color: var(--color-nav-lighter);
color: var(--color-text-nav);
outline: none;
}
a.btn {
@@ -719,6 +719,7 @@ form th {
width: 100%;
font-size: 0;
background-color: var(--color-background-nav);
text-align: left;
position: sticky;
top: 0;
z-index: 90;

View File

@@ -87,7 +87,7 @@ body {
}
a {
color: var(--color-nav-lighter);
color: var(--color-text-nav);
outline: none;
}
a.btn {
@@ -719,6 +719,7 @@ form th {
width: 100%;
font-size: 0;
background-color: var(--color-background-nav);
text-align: right;
position: sticky;
top: 0;
z-index: 90;

View File

@@ -106,7 +106,7 @@ body {
}
a {
color: var(--color-nav-lighter);
color: var(--color-text-nav);
outline: none;
&.btn {
@@ -931,6 +931,7 @@ form {
width: 100%;
font-size: 0;
background-color: var(--color-background-nav);
text-align: left;
position: sticky;
top: 0;
z-index: 90;