[Feat] Bump version to 0.1.0-beta && 1st rel

This commit is contained in:
Minoricew
2025-04-18 19:20:46 +08:00
parent d976184e42
commit 7edf6ec364
40 changed files with 2234 additions and 20 deletions

View File

@@ -0,0 +1,27 @@
:root {
/* Bootstrap var overrides */
--bs-body-bg: transparent !important;
--bs-border-color: #00000036 !important;
--bs-link-color: #383838 !important;
--bs-link-hover-color: #5d5d5d !important;
--bs-emphasis-color: #1a1a1a !important;
--bs-border-radius: 0.2rem !important;
}
/* Bootstrap Component Styles Overrides */
button.nav-link {
margin: 0.5rem 1rem;
}
.nav {
margin-left: 0.5rem;
}
.nav-underline {
--bs-nav-underline-link-active-color: #0d6efd !important;
}