aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-14 13:39:41 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-14 13:39:41 +0530
commit3ca2ed77934e9df990ace36836b05acd8372d0cb (patch)
tree41cbb7f399742b66b348f98239b797f48e9499e9 /modules/dashboard
parent370b46aa29240140239c54c00aabe481a76c8b8c (diff)
downloadhomeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.tar.gz
homeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.zip
Remove gitweb
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/dashboard-template.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dashboard/dashboard-template.nix b/modules/dashboard/dashboard-template.nix
index 4c4b67f..9883a1d 100644
--- a/modules/dashboard/dashboard-template.nix
+++ b/modules/dashboard/dashboard-template.nix
@@ -35,6 +35,7 @@ let
font-size: 16px;
color: #dbe0f9;
font-family: JetBrains Mono, monospace;
+ --color-gray: #1a1824;
}
html, body {
background-color: #0f0c19;
@@ -53,7 +54,6 @@ let
padding: 0 1rem;
width: 100%;
margin: 1rem auto 2rem;
- max-width: 1200px
}
.card {
--color-card-accent: #8e7ae3;
@@ -62,7 +62,7 @@ let
font-size: 1.2rem;
color: var(--color-card-accent);
text-decoration: none;
- border: 2px solid #1a1824;
+ border: 2px solid var(--color-gray);
position: relative;
}
.card::before {
@@ -95,14 +95,14 @@ let
}
.stats-container {
padding: 1rem;
- border-top: 1px solid #1a1824;
+ border-top: 1px solid var(--color-gray);
}
.stats-container iframe {
width: 100%;
display: block;
min-height: 1100px;
height: 100%;
- border: 2px solid #1a1824;
+ border: 2px solid var(--color-gray);
border-radius: 5px;
}
'';