mirror of https://gitlab.com/bashrc2/epicyon
Options screen link background
parent
0e34a7c915
commit
a1f348b175
|
@ -2,7 +2,7 @@
|
|||
|
||||
:root {
|
||||
--options-bg-color: #282c37;
|
||||
--link-bg-color: #282c37;
|
||||
--options-link-bg-color: transparent;
|
||||
--options-fg-color: #dddddd;
|
||||
--main-link-color: #999;
|
||||
--main-visited-color: #888;
|
||||
|
@ -74,14 +74,14 @@ a, u {
|
|||
|
||||
a:visited{
|
||||
color: var(--main-visited-color);
|
||||
background: var(--link-bg-color);
|
||||
background: var(--options-link-bg-color);
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: var(--main-link-color);
|
||||
background: var(--link-bg-color);
|
||||
background: var(--options-link-bg-color);
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ a:focus {
|
|||
.pgp {
|
||||
font-size: var(--font-size5);
|
||||
color: var(--main-link-color);
|
||||
background: var(--link-bg-color);
|
||||
background: var(--options-link-bg-color);
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
|
|
Loading…
Reference in New Issue