Fix .noscript-warning

This commit is contained in:
Mimi 2022-11-14 15:34:27 +08:00
parent f9dd9869de
commit c90f82ef4f

View File

@ -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;
} }