keyboard navigation fixed
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user