File tree Expand file tree Collapse file tree 5 files changed +30
-1969
lines changed Expand file tree Collapse file tree 5 files changed +30
-1969
lines changed Original file line number Diff line number Diff 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 );
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}
Original file line number Diff line number Diff line change 11export 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'
You can’t perform that action at this time.
0 commit comments