Improve home

This commit is contained in:
Vri 🌈 2023-03-09 23:00:52 +01:00
parent 22761fad37
commit 2f94404a61
Signed by: vrifox
GPG key ID: D40098E5B60B2197
5 changed files with 33 additions and 9 deletions

View file

@ -8,7 +8,7 @@
}
&::-webkit-scrollbar-thumb { background: var(--vriish-rose); }
&::selection {
color: var(--white);
color: var(--text);
background-color: var(--vriish-rose);
}
}
@ -43,10 +43,11 @@ html {
a {
color: var(--text);
text-decoration: underline;
text-decoration-color: var(--vriish-rose);
text-underline-offset: 3px;
text-decoration-color: var(--link-underline);
text-decoration-thickness: 3px;
text-underline-offset: 2px;
transition: text-decoration-color .2s;
&:hover { text-decoration-color: var(--text); }
&:hover { text-decoration-color: var(--link-underline-hover); }
}
pre {
border: 1px solid var(--vriish-rose);