fix missing link style in admin.scss - actually this time

main
Rin 2022-12-08 16:31:42 +11:00
parent 41f55e5d8f
commit 7bf26a1094
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 10 additions and 11 deletions

View File

@ -10,17 +10,6 @@ $content-width: 840px;
width: 100%;
min-height: 100vh;
a {
color: $highlight-text-color;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
.sidebar-wrapper {
min-height: 100vh;
overflow: hidden;
@ -1692,6 +1681,16 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
color: $highlight-text-color;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;