fix no-style links in admin panel
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

Rin 2022-11-21 18:34:21 +11:00
parent 8f59e1a853
commit 8d21dc3468
Signed by: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@ $content-width: 840px;
width: 100%; width: 100%;
min-height: 100vh; min-height: 100vh;
a {
color: $highlight-text-color;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
.sidebar-wrapper { .sidebar-wrapper {
min-height: 100vh; min-height: 100vh;
overflow: hidden; overflow: hidden;