1
1
@tailwind base;
2
2
3
- : root {
4
- --discord-clr : linear-gradient (to bottom, # 4b83fb, # 734df8 );
5
- --youtube-clr : linear-gradient (to top, # 6d0202 22% , # c90000 61% );
6
- --github-clr : # f17f06 ;
7
- --twitter-clr : # 282828 ;
8
- }
9
-
10
3
body {
11
4
@apply bg-neutral-100 text-neutral-900 dark:bg-black dark:text-white;
12
5
}
@@ -45,10 +38,6 @@ body {
45
38
}
46
39
}
47
40
48
- .input-base {
49
- @apply block w-full border px-2 py-2 text-black shadow-sm ring-offset-1 focus:border-pink-500 focus:outline-none focus:ring-2 focus:ring-neutral-300 disabled:opacity-50 dark:border-white dark:bg-black dark:text-white sm:text-sm;
50
- }
51
-
52
41
.nav-button {
53
42
@apply focus-style rounded-md px-2 py-2 text-neutral-900 hover:bg-neutral-200 hover:text-black focus:text-neutral-900 dark:text-neutral-300 dark:hover:bg-neutral-900 dark:hover:text-white dark:focus:text-white;
54
43
}
@@ -57,10 +46,6 @@ body {
57
46
@apply rounded-md focus:outline-none focus:ring-white focus-visible:ring-2 focus-visible:ring-pink-600 focus-visible:ring-offset-pink-600;
58
47
}
59
48
60
- .focus-style-rounded {
61
- @apply rounded-full focus:outline-none focus:ring-white focus-visible:ring-2 focus-visible:ring-pink-600 focus-visible:ring-offset-pink-600;
62
- }
63
-
64
49
.primary-button {
65
50
@apply inline-flex justify-center rounded-md bg-gradient-to-r from-orange-400 to-pink-600 px-4 py-2 font-medium text-white shadow-sm hover:from-orange-300 hover:to-pink-500 focus:outline-none focus:ring-2 focus:ring-pink-600 focus:ring-offset-2 focus-visible:ring-2 focus-visible:ring-pink-600 focus-visible:ring-offset-white disabled:border-neutral-300 disabled:from-neutral-500 disabled:to-neutral-700 disabled:text-neutral-300 disabled:hover:text-neutral-300;
66
51
}
@@ -253,18 +238,6 @@ pre {
253
238
scrollbar-width : none; /* Firefox */
254
239
}
255
240
256
- .rehype-code-title {
257
- @apply rounded-t-lg border border-b-0 border-neutral-200 bg-neutral-200 px-5 py-3 font-mono text-sm font-bold text-neutral-800 dark:border-neutral-700 dark:bg-neutral-800 dark:text-neutral-200;
258
- }
259
-
260
- .rehype-code-title + pre {
261
- @apply mt-0 rounded-t-none;
262
- }
263
-
264
- .highlight-line {
265
- @apply -mx-4 block border-l-4 border-blue-500 bg-neutral-100 px-4 dark:bg-neutral-800;
266
- }
267
-
268
241
/* Remove Safari input shadow on mobile */
269
242
input [type = "text" ],
270
243
input [type = "email" ] {
@@ -324,21 +297,6 @@ table div {
324
297
animation : loader-dots3 0.6s infinite;
325
298
}
326
299
327
- /* Footer social hover effects */
328
-
329
- .twitter {
330
- @apply hover:bg-twitter focus:bg-twitter;
331
- }
332
- .github {
333
- @apply hover:bg-github focus:bg-github;
334
- }
335
- .discord {
336
- @apply hover:bg-discord focus:bg-discord;
337
- }
338
- .youtube {
339
- @apply hover:bg-youtube focus:bg-youtube;
340
- }
341
-
342
300
/* end of plate editor styles */
343
301
344
302
@keyframes loader-dots1 {
0 commit comments