diff options
author | 0neGal <mail@0negal.com> | 2023-01-13 00:00:14 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-01-13 00:00:14 +0100 |
commit | 72c3c54dbf24819072fc38eaf552b5870d6bbe57 (patch) | |
tree | 582e5a11e5a8c77be295d146e5a858091f0f56f9 /src/app/main.css | |
parent | 876962e00c1df15f3116ef552a6a2be456526dfc (diff) | |
download | Viper-72c3c54dbf24819072fc38eaf552b5870d6bbe57.tar.gz Viper-72c3c54dbf24819072fc38eaf552b5870d6bbe57.zip |
work in progress redesign for release notes
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 f39c5a1..2750094 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -27,7 +27,7 @@ button { button:hover {filter: brightness(110%)} button:active {filter: brightness(90%)} -.popup, #modsdiv { +.popup, #modsdiv, .release-block { outline: 1px solid #444444; border: 3px solid var(--bg); } |