keyboard navigation fixed

This commit is contained in:
piotr
2021-05-28 03:10:13 +02:00
parent e9899d2753
commit 002fd076fc
4 changed files with 96 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
window {
background-color: rgba (36, 47, 79, 0.92);
background-color: rgba (36, 47, 79, 0.9);
color: #eeeeee
}
@@ -19,4 +19,9 @@ button {
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}
}
#pinned-box {
padding-bottom: 5px;
border-bottom: 1px dotted gray
}