feat(v2): set dark mode as default theme and update changelog to v2.4.1

This commit is contained in:
Nubenetes Bot
2026-06-15 13:00:57 +02:00
parent 0b3a9cede3
commit 9184b4cc5c
2 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [[2.4.1]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.4.1) - 2026-06-15
### Changed
- **V2 Default Theme to Dark Mode**: Set the "slate" (dark) theme as the default for the V2 Elite Portal, ensuring a high-density "Cyber Cloud" first impression.
- **Theme Resilience**: Removed system color scheme preference detection for V2 to prevent automatic switching to light mode, while preserving the manual toggle for user choice.
## [[2.4.0]](https://github.com/nubenetes/awesome-kubernetes/releases/tag/v2.4.0) - 2026-06-12
### Changed

View File

@@ -15,15 +15,13 @@ theme:
language: en
favicon: images/favicon-ultra.png
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/shield
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
- scheme: default
primary: custom
accent: custom
toggle: