chore: upgrade deps

This commit is contained in:
YunYouJun
2024-01-27 03:25:20 +08:00
parent 99d7d660bb
commit e741f5d5a0
19 changed files with 3132 additions and 2885 deletions

View File

@@ -26,5 +26,7 @@
// cook custom
:root {
--cook-bottom-menu-padding-bottom: 20px;
--cook-bottom-menu-height: calc(64px + var(--cook-bottom-menu-padding-bottom));
--cook-bottom-menu-height: calc(
64px + var(--cook-bottom-menu-padding-bottom)
);
}

View File

@@ -12,7 +12,6 @@ body,
background: var(--c-bg);
}
input:focus {
outline: none;
}
@@ -22,7 +21,7 @@ input:focus {
}
#nprogress .bar {
background: rgb(13,148,136);
background: rgb(13, 148, 136);
opacity: 0.75;
position: fixed;
z-index: 1031;
@@ -37,7 +36,7 @@ html {
background-color: var(--c-bg);
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
}
@@ -48,18 +47,19 @@ a {
button {
outline: none;
&:focus,
&:active {
outline: none;
}
}
hr {opacity: 0.1;}
hr {
opacity: 0.1;
}
.tag {
margin: 4px;
padding: 2px 4px;
// border: 1px solid var(--c-text);
}

View File

@@ -10,7 +10,7 @@ blockquote {
border-left: 0.25em solid #ddd;
padding: 0 1em;
color: #777;
quotes: '\\201C''\\201D''\\2018''\\2019';
quotes: '\\201C' '\\201D' '\\2018' '\\2019';
}
ol {