Clean theme (#2723)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-03-13 11:19:09 +07:00
committed by GitHub
parent da6c2eda0a
commit 78aa090ef5
17 changed files with 31 additions and 192 deletions
@@ -192,13 +192,13 @@
.issue-title {
color: var(--accent-color);
transition: color 0.15s;
}
&:hover {
color: var(--caption-color);
}
&:active {
color: var(--accent-color);
}
&:hover .issue-title {
color: var(--caption-color);
}
&:active .issue-title {
color: var(--accent-color);
}
}