feat: proper injected styles (#164)

This commit is contained in:
Razboy20
2024-03-14 00:10:41 -05:00
committed by GitHub
parent 442be8cbee
commit e919e96c53
15 changed files with 527 additions and 127 deletions

View File

@@ -1,5 +1,15 @@
@import 'src/views/styles/base.module.scss';
@layer base {
.extensionRoot {
@import 'tailwind-compat';
}
span {
font-family: inherit;
}
}
.extensionRoot {
@apply font-sans h-full;
color: #303030;