More quirks with borders.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 12:04:00 -04:00
parent 3e67be082d
commit 6b7f83b7e2
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62
2 changed files with 12 additions and 1 deletions

View File

@ -173,6 +173,17 @@ body {
color: var(--body-color);
}
.btn:active,
.btn:focus,
.input:focus {
box-shadow: 0 0 0 3px rgba(143, 188, 187, 0.5);
}
.input:not(:disabled):focus,
.input:not(:disabled):hover {
border-color: var(--highlight-color);
}
#chat .show-more .btn {
background: var(--unread-marker-color);
color: var(--body-bg-color);

View File

@ -1,7 +1,7 @@
{
"name": "thelounge-theme-nord",
"description": "Nord theme for thelounge",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [
"thelounge",
"thelounge-theme",