add active color for links
This commit is contained in:
parent
54e4a73248
commit
51a62f0817
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
--fg: #cdd6f4;
|
--fg: #cdd6f4;
|
||||||
--bg: #11111b;
|
--bg: #11111b;
|
||||||
--link: #bd93f9;
|
--link: #bd93f9;
|
||||||
|
--link-active: #8be9fd;
|
||||||
--overlay: #313244;
|
--overlay: #313244;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -124,6 +125,10 @@ a:visited {
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: var(--link-active);
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-block-start: 0;
|
margin-block-start: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue