limited glow should be similar

This commit is contained in:
Ted Unangst 2019-12-10 18:35:28 -05:00
parent 8ffe73c7e3
commit 54fc1d8be9
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@ input[type=file] {
border: 1px solid var(--fg-limited);
color: var(--fg-limited);
}
.limited .glow {
box-shadow: 0px 0px 16px var(--fg-limited);
}
.limited .noise {
color: var(--fg-limited);
}