aboutsummaryrefslogtreecommitdiff
path: root/src/app/main.css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-01-29 19:37:21 +0100
committer0neGal <mail@0negal.com>2024-01-29 19:37:21 +0100
commit9cdcc1ed92e6ec9a536c912f15409f2b77b559da (patch)
tree09a9dec4b2e5a54034b2f6eb32153d290abf2e9b /src/app/main.css
parentbd36343fd6f419a6a504ea536cbd3813771e3004 (diff)
downloadViper-9cdcc1ed92e6ec9a536c912f15409f2b77b559da.tar.gz
Viper-9cdcc1ed92e6ec9a536c912f15409f2b77b559da.zip
many changes to release notes and mods pages
Scrollbar is globally different, the release notes and mods page now look more alike, having adjusted some padding, added some backgrounds and a few other things.
Diffstat (limited to 'src/app/main.css')
-rw-r--r--src/app/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/main.css b/src/app/main.css
index 9225c54..213df64 100644
--- a/src/app/main.css
+++ b/src/app/main.css
@@ -29,7 +29,8 @@ button {
button:hover {filter: brightness(110%)}
button:active {filter: brightness(90%)}
-.popup, #modsdiv, .release-block {
+.popup, #modsdiv, #modsdiv .el,
+.release-block, #nsRelease, #vpReleaseNotes {
outline: 1px solid #444444;
border: 3px solid var(--bg) inset;
}