aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/custom.css
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 21:13:33 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 21:13:33 +0800
commit9f0d43fe099a95ab1516ae951dcb60a89e76a5a5 (patch)
tree51614fe47bff8bb11028a07d4a35c34c9ff6594a /docs/custom.css
parent8f135707d069c900e055dae71e69909d6b9a41bb (diff)
downloadHydroRoll-9f0d43fe099a95ab1516ae951dcb60a89e76a5a5.tar.gz
HydroRoll-9f0d43fe099a95ab1516ae951dcb60a89e76a5a5.zip
chore: delete useless codes
Diffstat (limited to 'docs/custom.css')
-rw-r--r--docs/custom.css73
1 files changed, 0 insertions, 73 deletions
diff --git a/docs/custom.css b/docs/custom.css
deleted file mode 100644
index 8921ffd..0000000
--- a/docs/custom.css
+++ /dev/null
@@ -1,73 +0,0 @@
-code {
- @apply text-sm;
-}
-
-.dark .invert-on-dark {
- filter: invert(1) brightness(1.8);
-}
-
-/*
- * Increase the contrast of this text (used in the left sidebar) in dark mode to be WCAG AA compliant.
- * Nextra does not expose a way of customizing just this color without creating a new theme, so use custom
- * css. Includes the class name in the selector twice to increase specificity without using `!important`.
- */
-html[class~="dark"] .dark\:nx-text-neutral-500.dark\:nx-text-neutral-500 {
- color: rgba(150, 150, 150, var(--tw-text-opacity));
-}
-
-@font-face {
- font-family: "Space Grotesk";
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXskPMBBSSJLm2E.woff2)
- format("woff2");
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
- U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
- U+FEFF, U+FFFD;
- font-display: swap;
-}
-
-@font-face {
- font-family: "Space Grotesk";
- font-style: normal;
- font-weight: 500;
- src: url(https://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUXskPMBBSSJLm2E.woff2)
- format("woff2");
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
- U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
- U+FEFF, U+FFFD;
- font-display: swap;
-}
-
-.turborepoCardBg {
- background: #fff;
- box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03),
- 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
-}
-
-.dark .turborepoCardBg {
- /* background: rgba(0, 0, 0, 0.8); */
- background: #000;
- border: 1px solid rgba(255, 255, 255, 0.1);
- box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.2);
-}
-
-.turbopackCardBg {
- background: #fff;
- box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.03),
- 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
-}
-
-.dark .turbopackCardBg {
- background: rgba(0, 0, 0, 0.8);
- background: #000;
- border: 1px solid rgba(255, 255, 255, 0.1);
- box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.2);
-}
-
-.list,
-.list:focus-visible,
-.list:focus {
- outline: none !important;
- box-shadow: none !important;
-}