fix: link color
This commit is contained in:
parent
8c1721f1c0
commit
1771291c08
6 changed files with 9 additions and 8 deletions
|
@ -38,7 +38,7 @@ html {
|
|||
|
||||
.rich-content {
|
||||
a {
|
||||
--at-apply: text-primary hover:underline;
|
||||
--at-apply: text-primary hover:underline hover:text-primary-active;
|
||||
.invisible {
|
||||
--at-apply: hidden;
|
||||
}
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
}
|
||||
|
||||
.dark {
|
||||
--c-primary: #C16929;
|
||||
--c-primary-active: #EA9E44;
|
||||
--c-bg-base: #111;
|
||||
--c-bg-active: #151515;
|
||||
--c-text-base: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue