Add primitive dark mode

This commit is contained in:
Xevion
2023-01-15 02:28:14 -06:00
parent 9787076922
commit 0fa1cfaabd
6 changed files with 45 additions and 7 deletions

View File

@@ -1,13 +0,0 @@
@import "bootstrap.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
dd {
margin: 0.5em 0 1em 2em;
}
[title]:not(.no-title) {
border-bottom: 1px dashed silver;
}