chore: revise the css style of footer inner
This commit is contained in:
parent
fa2847555a
commit
1e02458f89
1 changed files with 5 additions and 4 deletions
|
@ -2,11 +2,12 @@ $dark-background-color: #0e0e0e !default;
|
|||
$dark-text-color: #bbb !default;
|
||||
|
||||
html[data-theme="dark"] {
|
||||
|
||||
&[data-scroll-status='top'] {
|
||||
.site-footer-inner {
|
||||
border-top: solid 1px #2f2f2f !important;
|
||||
transition: 0s;
|
||||
footer.site-footer {
|
||||
.site-footer-inner {
|
||||
border-top: solid 1px #2f2f2f !important;
|
||||
transition: 0s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue