mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +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; }
|
||||
|
||||
.noscript-warning {
|
||||
background-color: lighten($red, 20%);
|
||||
background-color: #f55;
|
||||
color: white;
|
||||
font-family: sans-serif;
|
||||
font-size: 1rem;
|
||||
@ -40,5 +40,5 @@ body { margin-top: 2rem; }
|
||||
text-align: center;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: $zindex-5;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user