Improve home
This commit is contained in:
parent
22761fad37
commit
2f94404a61
5 changed files with 33 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue