light mode and a few improvements
This commit is contained in:
20
assets/css/main.css
Normal file → Executable file
20
assets/css/main.css
Normal file → Executable 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;
|
||||
|
||||
Reference in New Issue
Block a user