chore: clean up useless tailwind reference (#34478)

This commit is contained in:
Stephen Zhou
2026-04-02 19:45:19 +08:00
committed by GitHub
parent a3386da5d6
commit 894826771a
44 changed files with 4 additions and 88 deletions

View File

@@ -1,6 +1,5 @@
@import '../../themes/markdown-light.css';
@import '../../themes/markdown-dark.css';
@reference "./globals.css";
.markdown-body {
-ms-text-size-adjust: 100%;
@@ -73,7 +72,6 @@
}
.markdown-body abbr[title]:hover::after {
@apply shadow-xl shadow-shadow-shadow-5 rounded-md;
position: absolute;
bottom: 100%;
left: 0;
@@ -84,8 +82,12 @@
font-size: 12px;
line-height: 1;
color: var(--color-text-secondary);
border-radius: 0.375rem;
border: 0.5px solid var(--color-components-panel-border);
background-color: var(--color-components-tooltip-bg);
box-shadow:
0px 8px 8px -4px var(--color-shadow-shadow-5),
0px 20px 24px -4px var(--color-shadow-shadow-5);
}
.markdown-body b,