fix: Background color of focused in notifications
This commit is contained in:
parent
874dac5fe7
commit
24f3d267f1
|
@ -165,7 +165,6 @@ function findLink (target) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reblog:focus {
|
.reblog:focus {
|
||||||
--theme-selected-background-color: #f2f6fc;
|
|
||||||
background-color: var(--theme-selected-background-color);
|
background-color: var(--theme-selected-background-color);
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue