th: fix no-style links in admin panel
This commit is contained in:
parent
a590a2a093
commit
5ae84e35c1
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,17 @@ $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;
|
||||
|
|
Loading…
Reference in a new issue