Skip to content

Commit b172824

Browse files
committed
Merge remote-tracking branch 'upstream/10.x' into new-deployment-version
2 parents 6958411 + b9c5f8b commit b172824

File tree

5 files changed

+30
-1969
lines changed

5 files changed

+30
-1969
lines changed
80 KB
Binary file not shown.

docs-v3/assets/css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ html {
2222
background-color: rgb(239 246 255);
2323
}
2424

25+
.dark .nav-link-active {
26+
color: rgb(96 165 250);
27+
background-color: rgba(59 130 246 / 0.2);
28+
color: rgb(37 99 235);
29+
background-color: rgb(239 246 255);
30+
}
31+
2532
.dark .nav-link-active {
2633
color: rgb(96 165 250);
2734
background-color: rgba(59 130 246 / 0.2);
@@ -66,4 +73,9 @@ html {
6673
/* Focus ring utility */
6774
.focus-ring {
6875
@apply focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2 dark:focus:ring-offset-gray-800;
76+
77+
/* Focus ring utility */
78+
.focus-ring {
79+
@apply focus:outline-none focus:ring-2 focus:ring-primary-500 focus:ring-offset-2 dark:focus:ring-offset-gray-800;
80+
}
6981
}

docs-v3/nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
export default defineNuxtConfig({
2+
compatibilityDate: '2025-11-18',
23
compatibilityDate: '2025-11-18',
34
devtools: { enabled: true },
45
modules: [
6+
'@nuxt/ui',
57
'@nuxt/ui',
68
'@nuxt/content',
79
'@vueuse/nuxt'

0 commit comments

Comments
 (0)