update: css style
This commit is contained in:
@@ -16,12 +16,14 @@
|
||||
:root {
|
||||
--background: #505050;
|
||||
--foreground: #ededed;
|
||||
--link-color: #8b56cc;
|
||||
--link-hover: #ae5ed6;
|
||||
--link-hover: #8b56cc;
|
||||
}
|
||||
}
|
||||
.two-color{
|
||||
color: #746178;
|
||||
}
|
||||
.link-custom {
|
||||
color: var(--linl-color);
|
||||
color: #ae5ed6;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
.link-custom:hover {
|
||||
|
||||
Reference in New Issue
Block a user