mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Fix .noscript-warning
This commit is contained in:
parent
f9dd9869de
commit
c90f82ef4f
@ -30,7 +30,7 @@ body { margin-top: 2rem; }
|
|||||||
.sidebar-panel { display: block; }
|
.sidebar-panel { display: block; }
|
||||||
|
|
||||||
.noscript-warning {
|
.noscript-warning {
|
||||||
background-color: lighten($red, 20%);
|
background-color: #f55;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@ -40,5 +40,5 @@ body { margin-top: 2rem; }
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $zindex-5;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user