mirror of https://gitlab.com/bashrc2/epicyon
Message focus with tab key
parent
fe4571fa6c
commit
fc81148eba
|
@ -54,6 +54,7 @@
|
|||
--timeline-border-radius: 30px;
|
||||
--icons-side: right;
|
||||
--title-color: #999;
|
||||
--focus-color: white;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
@ -77,7 +78,7 @@ body, html {
|
|||
}
|
||||
|
||||
.imageAnchor:focus img{
|
||||
border: 2px solid blue;
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -287,6 +288,14 @@ a:link {
|
|||
width: 90%;
|
||||
}
|
||||
|
||||
.message:focus{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.message:focus img{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.gitpatch {
|
||||
width: 90%;
|
||||
font-family: 'monospace';
|
||||
|
|
Loading…
Reference in New Issue