diff options
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/des.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/css/des.css b/res/css/des.css index e6e9145..5b2ddcc 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -506,6 +506,12 @@ footer#footer { color: var(--midground); } +.userlist_banned { + opacity: 0.5; + text-decoration: line-through; + text-decoration-thickness: 2px; +} + #userlisttoggle { overflow: hidden; white-space: nowrap; |
