diff options
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css index 734f60b..18afc41 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -579,7 +579,7 @@ a:hover { #installmod {background: rgb(var(--blue))} #togglemod, #toggleall {background: rgb(var(--orange))} -#northstar, #removeall, #removemod {background: rgb(var(--red))} +#removeall, #removemod {background: rgb(var(--red))} button:disabled { opacity: 0.5; pointer-events: none; |