aboutsummaryrefslogtreecommitdiff
path: root/public/assets/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/custom.css')
-rw-r--r--public/assets/custom.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/public/assets/custom.css b/public/assets/custom.css
index 64f9903..4350ad7 100644
--- a/public/assets/custom.css
+++ b/public/assets/custom.css
@@ -33,7 +33,7 @@ html, body {
}
#hero {
- background-image: url("/assets/banner.jpg");
+ background-image: url("/assets/banner.svg");
background-size: cover;
background-position: center;
position: fixed;
@@ -57,7 +57,7 @@ html, body {
text-shadow: 2px 2px 5px #00000085;
font-size: 3vw;
font-weight: bold;
- background-image: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 7%);
+ background-image: linear-gradient(180deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 7%);
}
#hero-skipper {
@@ -113,7 +113,6 @@ html, body {
border-radius: 10px;
background-color: #333333;
padding: 5px;
- margin: 5px;
}
.server .name, .project .project-name {
@@ -159,4 +158,17 @@ html, body {
.server-data {
grid-template-columns: 1fr;
}
+}
+
+.list-group-item {
+ background: #444 !important;
+ color: white !important;
+}
+
+.list-group-item:hover {
+ opacity: .75;
+}
+
+.list-group-item:active, .list-group-item:focus {
+ opacity: .75;
} \ No newline at end of file