mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user