@@ -56,82 +56,84 @@ It is generating errors to load animations styles
5656
5757@layer base {
5858 main {
59- @apply text-primary;
60-
61- h1 {
62- @apply mt-8 mb-4 text-4xl font-bold;
63- }
64-
65- h2 {
66- @apply mt-16 mb-3 text-3xl font-bold;
67- }
68-
69- h3 {
70- @apply mt-10 mb-2 text-2xl font-bold;
71- }
72-
73- pre {
74- @apply w-0 min-w-full p-4 rounded-md border border-solid border-border overflow-auto bg-hljs-background scrollbar:h-1.5 track:mx-1 thumb:rounded;
75- }
76-
77- ul {
78- @apply m-4 pl-5 list-disc list-inside;
79- }
80-
81- ol {
82- @apply m-4 pl-5 list-decimal list-inside;
83- }
84-
85- a {
86- @apply text-primary underline underline-offset-3 transition-colors duration-200;
87- }
88-
89- p ,
90- li {
91- @apply m-4 text-muted;
92- }
93-
94- : not (pre ) > code {
95- @apply text-on-secondary bg-secondary rounded-md px-1.5 py-0.5 font-mono;
96- }
97-
98- code .language-bash {
99- color : var (--color-hljs-token-string );
100- }
101-
102- .hljs-keyword {
103- color : var (--color-hljs-token-keyword );
104- }
105-
106- .hljs-comment {
107- color : var (--color-hljs-token-comment );
108- }
109-
110- .hljs-string ,
111- .hljs-name .language-bash {
112- color : var (--color-hljs-token-string );
113- }
114-
115- .hljs-title {
116- color : var (--color-hljs-token-function );
117- }
118-
119- .hljs-constant ,
120- .hljs-number {
121- color : var (--color-hljs-token-constant );
122- }
123-
124- .hljs-attr ,
125- .hljs-tag {
126- color : var (--color-hljs-foreground );
127- }
128-
129- .hljs-built_in {
130- color : var (--color-hljs-built_in );
131- }
132-
133- .hljs-tag {
134- color : var (--color-hljs-foreground );
59+ & # docs-layout {
60+ @apply text-primary;
61+
62+ h1 {
63+ @apply mt-8 mb-4 text-2xl font-bold base:text-4xl;
64+ }
65+
66+ h2 {
67+ @apply mt-16 mb-3 text-xl font-bold base:text-3xl;
68+ }
69+
70+ h3 {
71+ @apply mt-10 mb-2 text-lg font-bold base:text-2xl;
72+ }
73+
74+ pre {
75+ @apply w-0 min-w-full p-4 rounded-md border border-solid border-border overflow-auto bg-hljs-background scrollbar:h-1.5 track:mx-1 thumb:rounded thumb:bg-secondary;
76+ }
77+
78+ ul {
79+ @apply m-4 pl-5 list-disc list-inside;
80+ }
81+
82+ ol {
83+ @apply m-4 pl-5 list-decimal list-inside;
84+ }
85+
86+ a {
87+ @apply text-primary underline underline-offset-3 transition-colors duration-200;
88+ }
89+
90+ p ,
91+ li {
92+ @apply m-4 text-muted;
93+ }
94+
95+ : not (pre ) > code {
96+ @apply text-on-secondary bg-secondary rounded-md px-1.5 py-0.5 font-mono;
97+ }
98+
99+ code .language-bash {
100+ color : var (--color-hljs-token-string );
101+ }
102+
103+ .hljs-keyword {
104+ color : var (--color-hljs-token-keyword );
105+ }
106+
107+ .hljs-comment {
108+ color : var (--color-hljs-token-comment );
109+ }
110+
111+ .hljs-string ,
112+ .hljs-name .language-bash {
113+ color : var (--color-hljs-token-string );
114+ }
115+
116+ .hljs-title {
117+ color : var (--color-hljs-token-function );
118+ }
119+
120+ .hljs-constant ,
121+ .hljs-number {
122+ color : var (--color-hljs-token-constant );
123+ }
124+
125+ .hljs-attr ,
126+ .hljs-tag {
127+ color : var (--color-hljs-foreground );
128+ }
129+
130+ .hljs-built_in {
131+ color : var (--color-hljs-built_in );
132+ }
133+
134+ .hljs-tag {
135+ color : var (--color-hljs-foreground );
136+ }
135137 }
136138 }
137139}
0 commit comments