Sync with nord.
This commit is contained in:
parent
f5c010ee68
commit
0d5c37f920
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "thelounge-theme-seraphimrp",
|
||||
"description": "Personal theme for thelounge",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user