remove tags from article header (#6)
This commit is contained in:
parent
01f721f938
commit
4487fb0945
14 changed files with 50 additions and 68 deletions
|
@ -1,23 +0,0 @@
|
|||
@import "@fontsource-variable/inter";
|
||||
@import "@fontsource-variable/red-hat-mono";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--primary: 0deg 0% 99%;
|
||||
--secondary: 0deg 0% 13%;
|
||||
--tertiary: 0deg 0% 51%;
|
||||
--accent: 0deg 0% 39%;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--primary: 0deg 0% 0%;
|
||||
--secondary: 0deg 0% 93%;
|
||||
--tertiary: 0deg 0% 45%;
|
||||
--accent: 0deg 0% 71%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue