diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-14 13:39:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-14 13:39:41 +0530 |
| commit | 3ca2ed77934e9df990ace36836b05acd8372d0cb (patch) | |
| tree | 41cbb7f399742b66b348f98239b797f48e9499e9 /modules/dashboard | |
| parent | 370b46aa29240140239c54c00aabe481a76c8b8c (diff) | |
| download | homeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.tar.gz homeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.zip | |
Remove gitweb
Diffstat (limited to 'modules/dashboard')
| -rw-r--r-- | modules/dashboard/dashboard-template.nix | 8 |
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; } ''; |
