mirror of https://gitlab.com/bashrc2/epicyon
Bordert change without increasing size
parent
a8141c9640
commit
88ad16dd3a
|
@ -467,6 +467,9 @@ a:link:hover {
|
||||||
|
|
||||||
a:link:focus{
|
a:link:focus{
|
||||||
border: 2px solid var(--focus-color);
|
border: 2px solid var(--focus-color);
|
||||||
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||||
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
filter: brightness(var(--icon-brightness-change));
|
filter: brightness(var(--icon-brightness-change));
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -477,6 +480,9 @@ a:visited:hover {
|
||||||
|
|
||||||
a:visited:focus{
|
a:visited:focus{
|
||||||
border: 2px solid var(--focus-color);
|
border: 2px solid var(--focus-color);
|
||||||
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||||
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
filter: brightness(var(--icon-brightness-change));
|
filter: brightness(var(--icon-brightness-change));
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue