fix misc bugs that i introduced by programming at 2am

the bugfixes are coming in at 3am so they should be fine
This commit is contained in:
Naman Sood 2022-10-24 03:02:17 -04:00
parent 6b742ec480
commit b8015af57d
3 changed files with 46 additions and 23 deletions

View file

@ -13,26 +13,38 @@ body {
}
body.dark-mode {
background: black;
color: white;
.bg {
opacity: 0 !important;
}
.main {
h1 {
color: #ddd;
color: #fff;
}
em {
color: #ddd;
color: #fff;
}
a {
color: #ddd;
h3 {
color: #aaa;
}
h3 a {
color: #fff;
&:before, &:after {
background: rgba(#ddd, 0.2);
background: rgba(#fff, 0.2);
}
}
a.contact-method p {
color: #fff;
font-size: 1rem;
}
}
}