From 2bb5b50ded3d727479f95c2d73aaca50a4ffb464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jirka=20Stehl=C3=ADk?= Date: Mon, 23 Mar 2026 19:04:05 +0100 Subject: [PATCH] Changed web color --- .gitignore | 1 + .hugo_build.lock | 0 themes/minimal-black/assets/css/base.css | 4 ++-- themes/minimal-black/static/css/main.css | 14 +++----------- 4 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 .gitignore create mode 100644 .hugo_build.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/themes/minimal-black/assets/css/base.css b/themes/minimal-black/assets/css/base.css index c31d77d..8a99325 100644 --- a/themes/minimal-black/assets/css/base.css +++ b/themes/minimal-black/assets/css/base.css @@ -15,7 +15,7 @@ --color-text: #111827; --color-text-muted: #6b7280; --color-border: #e5e7eb; - --color-accent: #a855f7; + --color-accent: #555555; } html[data-theme="dark"] { @@ -25,7 +25,7 @@ html[data-theme="dark"] { --color-text: #f9fafb; --color-text-muted: #9ca3af; --color-border: #27272a; - --color-accent: #c084fc; + --color-accent: #555555; } /* Base Styles */ diff --git a/themes/minimal-black/static/css/main.css b/themes/minimal-black/static/css/main.css index e6f9ff4..fc05e3a 100644 --- a/themes/minimal-black/static/css/main.css +++ b/themes/minimal-black/static/css/main.css @@ -118,7 +118,7 @@ --tw-contain-style: ; } -/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */ +/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -746,10 +746,6 @@ video { visibility: visible; } -.invisible { - visibility: hidden; -} - .collapse { visibility: collapse; } @@ -1193,10 +1189,6 @@ video { color: var(--color-text); } -.underline { - text-decoration-line: underline; -} - .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -1242,7 +1234,7 @@ video { --color-text: #111827; --color-text-muted: #6b7280; --color-border: #e5e7eb; - --color-accent: #a855f7; + --color-accent: #555555; } html[data-theme="dark"] { @@ -1253,7 +1245,7 @@ html[data-theme="dark"] { --color-text: #f9fafb; --color-text-muted: #9ca3af; --color-border: #27272a; - --color-accent: #c084fc; + --color-accent: #555555; } /* Base Styles */