add NProgress

This commit is contained in:
jxxghp
2023-07-02 00:46:02 +08:00
parent af40056809
commit f824184bf6
5 changed files with 46 additions and 18 deletions

View File

@@ -2,3 +2,16 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
#nprogress .bar {
background: #7D34FD !important;
top: env(safe-area-inset-top) !important;
}
#nprogress .peg {
box-shadow: 0 0 10px #7D34FD, 0 0 5px #7D34FD !important;
-webkit-transform: rotate(0deg) translate(0px, -1px);
-ms-transform: rotate(0deg) translate(0px, -1px);
transform: rotate(0deg) translate(0px, -1px);
}