Skip to content

Commit

Permalink
chore: remove unnecessary CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrivers committed Jan 5, 2025
1 parent 850b8e7 commit 99e2bda
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions src/libs/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,65 +29,5 @@
.shiki span {
color: var(--shiki-dark) !important;
background-color: var(--shiki-dark-bg) !important;
/* Optional, if you also want font styles */
font-style: var(--shiki-dark-font-style) !important;
font-weight: var(--shiki-dark-font-weight) !important;
text-decoration: var(--shiki-dark-text-decoration) !important;
}
}

/* @layer components {
.token.comment {
@apply italic text-gray-400;
}
.token.script {
@apply text-gray-200;
}
.token.keyword {
@apply italic;
}
.token.keyword,
.token.tag {
@apply text-red-400;
}
.token.attr-name {
@apply text-violet-400;
}
.token.attr-value {
@apply text-blue-400;
}
.token.string {
@apply text-emerald-400;
}
.token.punctuation,
.token.operator {
@apply text-gray-400;
}
.token.url,
.token.symbol,
.token.boolean,
.token.variable,
.token.constant {
@apply text-blue-400;
}
.token.class-name,
.token.number {
@apply text-amber-300;
}
.token.function {
@apply text-violet-400;
}
.token.function-variable {
@apply text-gray-200;
}
.token.selector {
@apply text-blue-400;
}
.token.selector {
@apply text-blue-400;
}
.token.property,
.token.entity {
@apply text-pink-400;
}
} */

0 comments on commit 99e2bda

Please sign in to comment.