2022-05-21 17:47:26 +08:00
|
|
|
.noscript-warning {
|
|
|
|
background-color: lighten($red, 20%);
|
|
|
|
color: white;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: bold;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: $zindex-5;
|
|
|
|
}
|
|
|
|
|
2022-09-25 21:40:36 +08:00
|
|
|
@import 'tool-buttons';
|
2022-05-21 17:47:26 +08:00
|
|
|
@import 'reading-progress';
|
|
|
|
|
|
|
|
@import 'post';
|
|
|
|
@import 'pages';
|
|
|
|
@import 'third-party';
|