diff options
author | 0neGal <mail@0negal.com> | 2022-02-08 23:22:39 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-02-08 23:22:39 +0100 |
commit | 0a317f81def6b4c041cfc340e454a9bc8f0046fb (patch) | |
tree | f8be9e32dbef3ed9fc1a8a961420d9402dea2bbe /src/app/main.css | |
parent | 0813769008f5436e1cea2ad97f1a527c8ce94df7 (diff) | |
download | Viper-0a317f81def6b4c041cfc340e454a9bc8f0046fb.tar.gz Viper-0a317f81def6b4c041cfc340e454a9bc8f0046fb.zip |
added toasts for installation of mods
It'll notify of incorrectly formatted mods, it'll also notify on errors
and on success.
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 14348bd..a532490 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -609,7 +609,7 @@ code { .toast .description { opacity: 0.8; font-size: 0.8em; - font-weight: 400; + font-weight: 600; } /* drag control */ |