From d1280c7f47d1d4b4afcd558663ea5ef54cae247f Mon Sep 17 00:00:00 2001 From: Adam French Date: Tue, 20 Jan 2026 23:11:06 +0000 Subject: [PATCH] dogshit colorscheme --- nginx/vue/public/css/styles.css | 23 +++++++++++------ nginx/vue/src/components/quick/LinkTable.vue | 4 +-- .../vue/src/components/quick/RouterTable.vue | 4 +-- nginx/vue/src/views/Home.vue | 25 +++++++++++-------- 4 files changed, 35 insertions(+), 21 deletions(-) diff --git a/nginx/vue/public/css/styles.css b/nginx/vue/public/css/styles.css index 268c3c7..8c0d872 100644 --- a/nginx/vue/public/css/styles.css +++ b/nginx/vue/public/css/styles.css @@ -37,15 +37,15 @@ --portal_light_blue: #00a2ff; /* MAIN COLORS */ - --primary: #000; - --secondary: #000; - --tertiary: #5a6952; + --primary: #5ea; + --secondary: #5ea; + --tertiary: #fff; --quaternary: #424542; /* BACKGROUND COLORS */ - --bg-body: #111; - --bg_primary: #fff; - --bg_secondary: #ffa; + --bg-body: #000; + --bg_primary: #000; + --bg_secondary: #111; --bg_tertiary: #aaa; --bg_quaternary: #999; @@ -67,7 +67,12 @@ body { font-family: var(--font_text); } +a > * { + color: var(--tertiary); +} + a { + color: var(--tertiary); text-align: center; text-decoration: none; padding: 0px; @@ -90,12 +95,16 @@ p { } button { - color: red; + color: var(--secondary); + background-color: var(--bg_secondary); + margin: var(--margin); } table { border: 1px solid var(--primary); border-collapse: collapse; + color: var(--secondary); + margin: var(--margin); } tr { diff --git a/nginx/vue/src/components/quick/LinkTable.vue b/nginx/vue/src/components/quick/LinkTable.vue index 2b69645..d28a46d 100644 --- a/nginx/vue/src/components/quick/LinkTable.vue +++ b/nginx/vue/src/components/quick/LinkTable.vue @@ -13,11 +13,11 @@ const keys = ["name", "link"]; diff --git a/nginx/vue/src/components/quick/RouterTable.vue b/nginx/vue/src/components/quick/RouterTable.vue index 52b727e..744b417 100644 --- a/nginx/vue/src/components/quick/RouterTable.vue +++ b/nginx/vue/src/components/quick/RouterTable.vue @@ -13,11 +13,11 @@ const keys = ["name", "link"]; diff --git a/nginx/vue/src/views/Home.vue b/nginx/vue/src/views/Home.vue index 4268f15..1642372 100644 --- a/nginx/vue/src/views/Home.vue +++ b/nginx/vue/src/views/Home.vue @@ -24,21 +24,26 @@ import Watching from "@/components/home/Watching.vue";
-
- - - - - - - - - +
+ + + + + + + + +