Files
hexo-theme-shoka/source/css/_common/components/third-party/pace.styl
2020-09-02 21:28:24 +08:00

19 lines
249 B
Stylus

.pace {
pointer-events: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: var(--primary-color);
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: .125rem;
}