light mode and a few improvements

This commit is contained in:
Zoe
2024-04-08 22:52:47 -05:00
parent 66ad112d8c
commit ca1283d5a8
42 changed files with 14514 additions and 9654 deletions

20
assets/css/main.css Normal file → Executable file
View File

@@ -7,13 +7,7 @@
html,
body {
background-color: #191819;
color: white;
z-index: 0;
}
a {
@apply text-rose-500 hover:underline visited:bg-rose-700;
@apply bg-soft-lavender dark:bg-midnight text-deep-indigo dark:text-white;
}
.font-jetbrains {
@@ -27,18 +21,6 @@ samp {
font-family: 'JetBrains Mono', monospace;
}
.text-overflow:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
--tw-bg-opacity: 1;
background: linear-gradient(transparent 150px,
rgba(39, 39, 42, var(--tw-bg-opacity)));
}
.love {
text-decoration: underline;
text-decoration-color: #EB0066;