dotfolio-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +50 -0
  5. data/_data/theme.yml +88 -0
  6. data/_includes/footer.html +18 -0
  7. data/_includes/head.html +24 -0
  8. data/_includes/hero.html +32 -0
  9. data/_includes/nav.html +39 -0
  10. data/_includes/projects.html +36 -0
  11. data/_includes/recent-posts.html +32 -0
  12. data/_layouts/default.html +11 -0
  13. data/_layouts/home.html +10 -0
  14. data/_layouts/page.html +13 -0
  15. data/_layouts/post.html +23 -0
  16. data/_layouts/search.html +13 -0
  17. data/assets/css/main.css +1478 -0
  18. data/assets/css/tailwind.css +411 -0
  19. data/assets/icons/angular.svg +1 -0
  20. data/assets/icons/bootstrap.svg +1 -0
  21. data/assets/icons/css.svg +1 -0
  22. data/assets/icons/django.svg +1 -0
  23. data/assets/icons/docker.svg +1 -0
  24. data/assets/icons/gatsbyjs.svg +1 -0
  25. data/assets/icons/git.svg +1 -0
  26. data/assets/icons/github.svg +1 -0
  27. data/assets/icons/heroku.svg +1 -0
  28. data/assets/icons/html5.svg +1 -0
  29. data/assets/icons/instagram.svg +1 -0
  30. data/assets/icons/javascript.svg +1 -0
  31. data/assets/icons/jekyll.svg +1 -0
  32. data/assets/icons/jira.svg +1 -0
  33. data/assets/icons/linkedin.svg +1 -0
  34. data/assets/icons/mysql.svg +1 -0
  35. data/assets/icons/netlify.svg +1 -0
  36. data/assets/icons/php.svg +1 -0
  37. data/assets/icons/postgresql.svg +1 -0
  38. data/assets/icons/python.svg +1 -0
  39. data/assets/icons/rubyonrails.svg +1 -0
  40. data/assets/icons/symfony.svg +1 -0
  41. data/assets/icons/tailwind.svg +1 -0
  42. data/assets/icons/twitter.svg +1 -0
  43. data/assets/icons/vscode.svg +1 -0
  44. data/assets/images/about.txt +6 -0
  45. data/assets/images/android-chrome-192x192.png +0 -0
  46. data/assets/images/android-chrome-512x512.png +0 -0
  47. data/assets/images/apple-touch-icon.png +0 -0
  48. data/assets/images/favicon-16x16.png +0 -0
  49. data/assets/images/favicon-32x32.png +0 -0
  50. data/assets/images/favicon.ico +0 -0
  51. data/assets/images/profile.jpg +0 -0
  52. data/assets/images/site.webmanifest +1 -0
  53. data/assets/js/search.js +48 -0
  54. data/assets/js/theme-switcher.js +16 -0
  55. data/assets/projects/project.png +0 -0
  56. data/bin/dotfolio-theme +3 -0
  57. data/lib/dotfolio-theme/installer.rb +42 -0
  58. data/lib/dotfolio-theme/templates/_config.yml +101 -0
  59. data/lib/dotfolio-theme/templates/about.markdown +75 -0
  60. data/lib/dotfolio-theme/templates/notes-index.html +38 -0
  61. data/lib/dotfolio-theme/templates/search.json +13 -0
  62. metadata +134 -0
@@ -0,0 +1,1478 @@
1
+ *, ::before, ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }
108
+
109
+ /*
110
+ ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
111
+ */
112
+
113
+ /*
114
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
115
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
116
+ */
117
+
118
+ *,
119
+ ::before,
120
+ ::after {
121
+ box-sizing: border-box;
122
+ /* 1 */
123
+ border-width: 0;
124
+ /* 2 */
125
+ border-style: solid;
126
+ /* 2 */
127
+ border-color: #e5e7eb;
128
+ /* 2 */
129
+ }
130
+
131
+ ::before,
132
+ ::after {
133
+ --tw-content: '';
134
+ }
135
+
136
+ /*
137
+ 1. Use a consistent sensible line-height in all browsers.
138
+ 2. Prevent adjustments of font size after orientation changes in iOS.
139
+ 3. Use a more readable tab size.
140
+ 4. Use the user's configured `sans` font-family by default.
141
+ 5. Use the user's configured `sans` font-feature-settings by default.
142
+ 6. Use the user's configured `sans` font-variation-settings by default.
143
+ 7. Disable tap highlights on iOS
144
+ */
145
+
146
+ html,
147
+ :host {
148
+ line-height: 1.5;
149
+ /* 1 */
150
+ -webkit-text-size-adjust: 100%;
151
+ /* 2 */
152
+ -moz-tab-size: 4;
153
+ /* 3 */
154
+ -o-tab-size: 4;
155
+ tab-size: 4;
156
+ /* 3 */
157
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
158
+ /* 4 */
159
+ font-feature-settings: normal;
160
+ /* 5 */
161
+ font-variation-settings: normal;
162
+ /* 6 */
163
+ -webkit-tap-highlight-color: transparent;
164
+ /* 7 */
165
+ }
166
+
167
+ /*
168
+ 1. Remove the margin in all browsers.
169
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
170
+ */
171
+
172
+ body {
173
+ margin: 0;
174
+ /* 1 */
175
+ line-height: inherit;
176
+ /* 2 */
177
+ }
178
+
179
+ /*
180
+ 1. Add the correct height in Firefox.
181
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
182
+ 3. Ensure horizontal rules are visible by default.
183
+ */
184
+
185
+ hr {
186
+ height: 0;
187
+ /* 1 */
188
+ color: inherit;
189
+ /* 2 */
190
+ border-top-width: 1px;
191
+ /* 3 */
192
+ }
193
+
194
+ /*
195
+ Add the correct text decoration in Chrome, Edge, and Safari.
196
+ */
197
+
198
+ abbr:where([title]) {
199
+ -webkit-text-decoration: underline dotted;
200
+ text-decoration: underline dotted;
201
+ }
202
+
203
+ /*
204
+ Remove the default font size and weight for headings.
205
+ */
206
+
207
+ h1,
208
+ h2,
209
+ h3,
210
+ h4,
211
+ h5,
212
+ h6 {
213
+ font-size: inherit;
214
+ font-weight: inherit;
215
+ }
216
+
217
+ /*
218
+ Reset links to optimize for opt-in styling instead of opt-out.
219
+ */
220
+
221
+ a {
222
+ color: inherit;
223
+ text-decoration: inherit;
224
+ }
225
+
226
+ /*
227
+ Add the correct font weight in Edge and Safari.
228
+ */
229
+
230
+ b,
231
+ strong {
232
+ font-weight: bolder;
233
+ }
234
+
235
+ /*
236
+ 1. Use the user's configured `mono` font-family by default.
237
+ 2. Use the user's configured `mono` font-feature-settings by default.
238
+ 3. Use the user's configured `mono` font-variation-settings by default.
239
+ 4. Correct the odd `em` font sizing in all browsers.
240
+ */
241
+
242
+ code,
243
+ kbd,
244
+ samp,
245
+ pre {
246
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
247
+ /* 1 */
248
+ font-feature-settings: normal;
249
+ /* 2 */
250
+ font-variation-settings: normal;
251
+ /* 3 */
252
+ font-size: 1em;
253
+ /* 4 */
254
+ }
255
+
256
+ /*
257
+ Add the correct font size in all browsers.
258
+ */
259
+
260
+ small {
261
+ font-size: 80%;
262
+ }
263
+
264
+ /*
265
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
266
+ */
267
+
268
+ sub,
269
+ sup {
270
+ font-size: 75%;
271
+ line-height: 0;
272
+ position: relative;
273
+ vertical-align: baseline;
274
+ }
275
+
276
+ sub {
277
+ bottom: -0.25em;
278
+ }
279
+
280
+ sup {
281
+ top: -0.5em;
282
+ }
283
+
284
+ /*
285
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
286
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
287
+ 3. Remove gaps between table borders by default.
288
+ */
289
+
290
+ table {
291
+ text-indent: 0;
292
+ /* 1 */
293
+ border-color: inherit;
294
+ /* 2 */
295
+ border-collapse: collapse;
296
+ /* 3 */
297
+ }
298
+
299
+ /*
300
+ 1. Change the font styles in all browsers.
301
+ 2. Remove the margin in Firefox and Safari.
302
+ 3. Remove default padding in all browsers.
303
+ */
304
+
305
+ button,
306
+ input,
307
+ optgroup,
308
+ select,
309
+ textarea {
310
+ font-family: inherit;
311
+ /* 1 */
312
+ font-feature-settings: inherit;
313
+ /* 1 */
314
+ font-variation-settings: inherit;
315
+ /* 1 */
316
+ font-size: 100%;
317
+ /* 1 */
318
+ font-weight: inherit;
319
+ /* 1 */
320
+ line-height: inherit;
321
+ /* 1 */
322
+ letter-spacing: inherit;
323
+ /* 1 */
324
+ color: inherit;
325
+ /* 1 */
326
+ margin: 0;
327
+ /* 2 */
328
+ padding: 0;
329
+ /* 3 */
330
+ }
331
+
332
+ /*
333
+ Remove the inheritance of text transform in Edge and Firefox.
334
+ */
335
+
336
+ button,
337
+ select {
338
+ text-transform: none;
339
+ }
340
+
341
+ /*
342
+ 1. Correct the inability to style clickable types in iOS and Safari.
343
+ 2. Remove default button styles.
344
+ */
345
+
346
+ button,
347
+ input:where([type='button']),
348
+ input:where([type='reset']),
349
+ input:where([type='submit']) {
350
+ -webkit-appearance: button;
351
+ /* 1 */
352
+ background-color: transparent;
353
+ /* 2 */
354
+ background-image: none;
355
+ /* 2 */
356
+ }
357
+
358
+ /*
359
+ Use the modern Firefox focus style for all focusable elements.
360
+ */
361
+
362
+ :-moz-focusring {
363
+ outline: auto;
364
+ }
365
+
366
+ /*
367
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
368
+ */
369
+
370
+ :-moz-ui-invalid {
371
+ box-shadow: none;
372
+ }
373
+
374
+ /*
375
+ Add the correct vertical alignment in Chrome and Firefox.
376
+ */
377
+
378
+ progress {
379
+ vertical-align: baseline;
380
+ }
381
+
382
+ /*
383
+ Correct the cursor style of increment and decrement buttons in Safari.
384
+ */
385
+
386
+ ::-webkit-inner-spin-button,
387
+ ::-webkit-outer-spin-button {
388
+ height: auto;
389
+ }
390
+
391
+ /*
392
+ 1. Correct the odd appearance in Chrome and Safari.
393
+ 2. Correct the outline style in Safari.
394
+ */
395
+
396
+ [type='search'] {
397
+ -webkit-appearance: textfield;
398
+ /* 1 */
399
+ outline-offset: -2px;
400
+ /* 2 */
401
+ }
402
+
403
+ /*
404
+ Remove the inner padding in Chrome and Safari on macOS.
405
+ */
406
+
407
+ ::-webkit-search-decoration {
408
+ -webkit-appearance: none;
409
+ }
410
+
411
+ /*
412
+ 1. Correct the inability to style clickable types in iOS and Safari.
413
+ 2. Change font properties to `inherit` in Safari.
414
+ */
415
+
416
+ ::-webkit-file-upload-button {
417
+ -webkit-appearance: button;
418
+ /* 1 */
419
+ font: inherit;
420
+ /* 2 */
421
+ }
422
+
423
+ /*
424
+ Add the correct display in Chrome and Safari.
425
+ */
426
+
427
+ summary {
428
+ display: list-item;
429
+ }
430
+
431
+ /*
432
+ Removes the default spacing and border for appropriate elements.
433
+ */
434
+
435
+ blockquote,
436
+ dl,
437
+ dd,
438
+ h1,
439
+ h2,
440
+ h3,
441
+ h4,
442
+ h5,
443
+ h6,
444
+ hr,
445
+ figure,
446
+ p,
447
+ pre {
448
+ margin: 0;
449
+ }
450
+
451
+ fieldset {
452
+ margin: 0;
453
+ padding: 0;
454
+ }
455
+
456
+ legend {
457
+ padding: 0;
458
+ }
459
+
460
+ ol,
461
+ ul,
462
+ menu {
463
+ list-style: none;
464
+ margin: 0;
465
+ padding: 0;
466
+ }
467
+
468
+ /*
469
+ Reset default styling for dialogs.
470
+ */
471
+
472
+ dialog {
473
+ padding: 0;
474
+ }
475
+
476
+ /*
477
+ Prevent resizing textareas horizontally by default.
478
+ */
479
+
480
+ textarea {
481
+ resize: vertical;
482
+ }
483
+
484
+ /*
485
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
486
+ 2. Set the default placeholder color to the user's configured gray 400 color.
487
+ */
488
+
489
+ input::-moz-placeholder, textarea::-moz-placeholder {
490
+ opacity: 1;
491
+ /* 1 */
492
+ color: #9ca3af;
493
+ /* 2 */
494
+ }
495
+
496
+ input::placeholder,
497
+ textarea::placeholder {
498
+ opacity: 1;
499
+ /* 1 */
500
+ color: #9ca3af;
501
+ /* 2 */
502
+ }
503
+
504
+ /*
505
+ Set the default cursor for buttons.
506
+ */
507
+
508
+ button,
509
+ [role="button"] {
510
+ cursor: pointer;
511
+ }
512
+
513
+ /*
514
+ Make sure disabled buttons don't get the pointer cursor.
515
+ */
516
+
517
+ :disabled {
518
+ cursor: default;
519
+ }
520
+
521
+ /*
522
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
523
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
524
+ This can trigger a poorly considered lint error in some tools but is included by design.
525
+ */
526
+
527
+ img,
528
+ svg,
529
+ video,
530
+ canvas,
531
+ audio,
532
+ iframe,
533
+ embed,
534
+ object {
535
+ display: block;
536
+ /* 1 */
537
+ vertical-align: middle;
538
+ /* 2 */
539
+ }
540
+
541
+ /*
542
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
543
+ */
544
+
545
+ img,
546
+ video {
547
+ max-width: 100%;
548
+ height: auto;
549
+ }
550
+
551
+ /* Make elements with the HTML hidden attribute stay hidden by default */
552
+
553
+ [hidden]:where(:not([hidden="until-found"])) {
554
+ display: none;
555
+ }
556
+
557
+ html {
558
+ scroll-behavior: smooth;
559
+ font-family: "Source Sans 3", sans-serif;
560
+ }
561
+
562
+ body {
563
+ --tw-bg-opacity: 1;
564
+ background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
565
+ background-image: radial-gradient(#e5e7eb 1px,transparent 1px);
566
+ --tw-text-opacity: 1;
567
+ color: rgb(31 41 55 / var(--tw-text-opacity, 1));
568
+ -webkit-font-smoothing: antialiased;
569
+ -moz-osx-font-smoothing: grayscale;
570
+ background-size: 16px 16px;
571
+ }
572
+
573
+ body:is(.dark *) {
574
+ --tw-bg-opacity: 1;
575
+ background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
576
+ background-image: radial-gradient(#2a2a2a 1px,transparent 1px);
577
+ --tw-text-opacity: 1;
578
+ color: rgb(229 229 229 / var(--tw-text-opacity, 1));
579
+ }
580
+
581
+ nav {
582
+ margin-left: auto;
583
+ margin-right: auto;
584
+ display: flex;
585
+ max-width: 75ch;
586
+ align-items: center;
587
+ justify-content: space-between;
588
+ padding-left: 1.5rem;
589
+ padding-right: 1.5rem;
590
+ padding-top: 2rem;
591
+ padding-bottom: 2rem;
592
+ }
593
+
594
+ main {
595
+ margin-left: auto;
596
+ margin-right: auto;
597
+ max-width: 75ch;
598
+ padding-left: 1.5rem;
599
+ padding-right: 1.5rem;
600
+ padding-top: 4rem;
601
+ }
602
+
603
+ footer {
604
+ margin-left: auto;
605
+ margin-right: auto;
606
+ display: flex;
607
+ max-width: 75ch;
608
+ justify-content: space-between;
609
+ padding-left: 1.5rem;
610
+ padding-right: 1.5rem;
611
+ padding-top: 1.75rem;
612
+ padding-bottom: 1.75rem;
613
+ --tw-text-opacity: 1;
614
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
615
+ }
616
+
617
+ section {
618
+ padding-bottom: 4rem;
619
+ }
620
+
621
+ article.post header {
622
+ margin-bottom: 4rem;
623
+ }
624
+
625
+ article.post content {
626
+ max-width: none;
627
+ }
628
+
629
+ .back {
630
+ margin-top: 3rem;
631
+ }
632
+
633
+ .back .link {
634
+ display: inline-flex;
635
+ align-items: center;
636
+ font-size: 0.875rem;
637
+ line-height: 1.25rem;
638
+ font-weight: 500;
639
+ --tw-text-opacity: 1;
640
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
641
+ }
642
+
643
+ .back .link:hover {
644
+ text-decoration-line: underline;
645
+ }
646
+
647
+ .back .link:is(.dark *) {
648
+ --tw-text-opacity: 1;
649
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
650
+ }
651
+
652
+ /* ----------------------------------------
653
+ Navigation
654
+ ---------------------------------------- */
655
+
656
+ nav .nav-logo {
657
+ --tw-bg-opacity: 1;
658
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
659
+ padding-left: 0.5rem;
660
+ padding-right: 0.5rem;
661
+ font-size: 1.125rem;
662
+ line-height: 1.75rem;
663
+ font-weight: 600;
664
+ --tw-text-opacity: 1;
665
+ color: rgb(255 251 235 / var(--tw-text-opacity, 1));
666
+ }
667
+
668
+ nav .nav-logo:is(.dark *) {
669
+ --tw-bg-opacity: 1;
670
+ background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
671
+ --tw-text-opacity: 1;
672
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
673
+ }
674
+
675
+ nav .nav-links {
676
+ display: flex;
677
+ align-items: center;
678
+ }
679
+
680
+ nav .nav-links > :not([hidden]) ~ :not([hidden]) {
681
+ --tw-space-x-reverse: 0;
682
+ margin-right: calc(1.5rem * var(--tw-space-x-reverse));
683
+ margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
684
+ }
685
+
686
+ nav .nav-links {
687
+ font-size: 0.875rem;
688
+ line-height: 1.25rem;
689
+ --tw-text-opacity: 1;
690
+ color: rgb(59 130 246 / var(--tw-text-opacity, 1));
691
+ }
692
+
693
+ nav .nav-links:is(.dark *) {
694
+ --tw-text-opacity: 1;
695
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
696
+ }
697
+
698
+ nav .theme-switcher {
699
+ display: flex;
700
+ align-items: center;
701
+ }
702
+
703
+ nav .theme-switcher .sun {
704
+ display: none;
705
+ }
706
+
707
+ nav .theme-switcher .sun:is(.dark *) {
708
+ display: inline-flex;
709
+ }
710
+
711
+ nav .theme-switcher .sun svg {
712
+ height: 1.5rem;
713
+ width: 1.5rem;
714
+ }
715
+
716
+ nav .theme-switcher .sun path:is(.dark *) {
717
+ stroke: #93c5fd;
718
+ }
719
+
720
+ nav .theme-switcher .moon {
721
+ display: inline-flex;
722
+ }
723
+
724
+ nav .theme-switcher .moon:is(.dark *) {
725
+ display: none;
726
+ }
727
+
728
+ nav .theme-switcher .moon svg {
729
+ height: 1.25rem;
730
+ width: 1.25rem;
731
+ }
732
+
733
+ nav .theme-switcher .moon path {
734
+ fill: #3b82f6;
735
+ }
736
+
737
+ /* ----------------------------------------
738
+ Footer
739
+ ---------------------------------------- */
740
+
741
+ footer .copyright {
742
+ margin-top: auto;
743
+ margin-bottom: auto;
744
+ }
745
+
746
+ footer .link {
747
+ --tw-text-opacity: 1;
748
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
749
+ }
750
+
751
+ footer .link:hover {
752
+ --tw-text-opacity: 1;
753
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
754
+ }
755
+
756
+ footer .link:is(.dark *) {
757
+ --tw-text-opacity: 1;
758
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
759
+ }
760
+
761
+ footer .link:hover:is(.dark *) {
762
+ --tw-text-opacity: 1;
763
+ color: rgb(191 219 254 / var(--tw-text-opacity, 1));
764
+ }
765
+
766
+ footer .social-links {
767
+ display: flex;
768
+ align-items: center;
769
+ }
770
+
771
+ footer .social-links > :not([hidden]) ~ :not([hidden]) {
772
+ --tw-space-x-reverse: 0;
773
+ margin-right: calc(0.75rem * var(--tw-space-x-reverse));
774
+ margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
775
+ }
776
+
777
+ footer .social-links {
778
+ padding: 0.5rem;
779
+ }
780
+
781
+ footer .social-icon {
782
+ height: auto;
783
+ width: 1.5rem;
784
+ opacity: 0.5;
785
+ }
786
+
787
+ footer .social-icon:is(.dark *) {
788
+ opacity: 0.7;
789
+ }
790
+
791
+ /* ----------------------------------------
792
+ Sections
793
+ ---------------------------------------- */
794
+
795
+ main.home .heading {
796
+ margin-bottom: 0.5rem;
797
+ font-size: 1.875rem;
798
+ line-height: 2.25rem;
799
+ font-weight: 600;
800
+ --tw-text-opacity: 1;
801
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
802
+ }
803
+
804
+ main.home .heading:is(.dark *) {
805
+ --tw-text-opacity: 1;
806
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
807
+ }
808
+
809
+ main.home .subheading {
810
+ margin-bottom: 2rem;
811
+ }
812
+
813
+ main.home .more {
814
+ margin-top: 2.5rem;
815
+ }
816
+
817
+ main.home .more a {
818
+ display: inline-flex;
819
+ align-items: center;
820
+ --tw-text-opacity: 1;
821
+ color: rgb(59 130 246 / var(--tw-text-opacity, 1));
822
+ }
823
+
824
+ main.home .more a:is(.dark *) {
825
+ --tw-text-opacity: 1;
826
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
827
+ }
828
+
829
+ main.home .more svg {
830
+ margin-left: 0.5rem;
831
+ height: 1.25rem;
832
+ width: 1.25rem;
833
+ }
834
+
835
+ /* ----------------------------------------
836
+ Hero Section
837
+ ---------------------------------------- */
838
+
839
+ .hero .nametag {
840
+ margin-bottom: 1rem;
841
+ display: flex;
842
+ align-items: center;
843
+ gap: 1rem;
844
+ }
845
+
846
+ .hero .nametag .nametag-avatar {
847
+ height: 6rem;
848
+ width: 6rem;
849
+ border-radius: 9999px;
850
+ border-width: 2px;
851
+ --tw-border-opacity: 1;
852
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
853
+ -o-object-fit: cover;
854
+ object-fit: cover;
855
+ }
856
+
857
+ .hero .nametag .nametag-avatar:is(.dark *) {
858
+ --tw-border-opacity: 1;
859
+ border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
860
+ }
861
+
862
+ .hero .nametag .nametag-greeting {
863
+ font-size: 1.125rem;
864
+ line-height: 1.75rem;
865
+ font-weight: 600;
866
+ }
867
+
868
+ @media (min-width: 640px) {
869
+ .hero .nametag .nametag-greeting {
870
+ font-size: 1.5rem;
871
+ line-height: 2rem;
872
+ }
873
+ }
874
+
875
+ @media (min-width: 768px) {
876
+ .hero .nametag .nametag-greeting {
877
+ font-size: 1.875rem;
878
+ line-height: 2.25rem;
879
+ }
880
+ }
881
+
882
+ .hero .nametag .nametag-name {
883
+ --tw-text-opacity: 1;
884
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
885
+ }
886
+
887
+ .hero .nametag .nametag-name:is(.dark *) {
888
+ --tw-text-opacity: 1;
889
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
890
+ }
891
+
892
+ .hero .nametag .nametag-description {
893
+ font-size: 1.125rem;
894
+ line-height: 1.75rem;
895
+ }
896
+
897
+ @media (min-width: 640px) {
898
+ .hero .nametag .nametag-description {
899
+ font-size: 1.125rem;
900
+ line-height: 1.75rem;
901
+ }
902
+ }
903
+
904
+ @media (min-width: 768px) {
905
+ .hero .nametag .nametag-description {
906
+ font-size: 1.25rem;
907
+ line-height: 1.75rem;
908
+ }
909
+ }
910
+
911
+ .hero .nametag .nametag-title {
912
+ border-bottom-width: 2px;
913
+ --tw-border-opacity: 1;
914
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
915
+ }
916
+
917
+ .hero .nametag .nametag-title:is(.dark *) {
918
+ --tw-border-opacity: 1;
919
+ border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
920
+ }
921
+
922
+ .hero .bio {
923
+ margin-top: 3rem;
924
+ margin-bottom: 3rem;
925
+ border-left-width: 2px;
926
+ --tw-border-opacity: 1;
927
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
928
+ padding-left: 1rem;
929
+ font-size: 1.125rem;
930
+ line-height: 1.75rem;
931
+ }
932
+
933
+ .hero .bio:is(.dark *) {
934
+ --tw-border-opacity: 1;
935
+ border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
936
+ }
937
+
938
+ .hero .tools {
939
+ margin-bottom: 1rem;
940
+ text-align: center;
941
+ font-size: 0.75rem;
942
+ line-height: 1rem;
943
+ font-weight: 500;
944
+ text-transform: uppercase;
945
+ }
946
+
947
+ .hero ul {
948
+ display: flex;
949
+ flex-wrap: wrap;
950
+ justify-content: center;
951
+ }
952
+
953
+ .hero li {
954
+ margin-left: 0.5rem;
955
+ margin-right: 0.5rem;
956
+ margin-top: 0.75rem;
957
+ margin-bottom: 0.75rem;
958
+ }
959
+
960
+ @media (min-width: 768px) {
961
+ .hero li {
962
+ margin-left: 0.75rem;
963
+ margin-right: 0.75rem;
964
+ }
965
+ }
966
+
967
+ .hero li div {
968
+ display: flex;
969
+ cursor: pointer;
970
+ justify-content: center;
971
+ }
972
+
973
+ .hero li p {
974
+ padding-top: 0.5rem;
975
+ text-align: center;
976
+ font-size: 0.75rem;
977
+ line-height: 1rem;
978
+ }
979
+
980
+ .hero li .icon {
981
+ height: auto;
982
+ width: 2.5rem;
983
+ opacity: 0.65;
984
+ }
985
+
986
+ .hero li .icon:is(.dark *) {
987
+ opacity: 0.95;
988
+ }
989
+
990
+ /* ----------------------------------------
991
+ Projects
992
+ ---------------------------------------- */
993
+
994
+ .projects .project-grid {
995
+ display: grid;
996
+ grid-template-columns: repeat(1, minmax(0, 1fr));
997
+ gap: 1.5rem;
998
+ }
999
+
1000
+ @media (min-width: 768px) {
1001
+ .projects .project-grid {
1002
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1003
+ }
1004
+ }
1005
+
1006
+ .projects .clickable-area {
1007
+ display: block;
1008
+ height: 100%;
1009
+ transition-property: transform;
1010
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1011
+ transition-duration: 200ms;
1012
+ }
1013
+
1014
+ .projects .clickable-area:hover {
1015
+ --tw-scale-x: 1.02;
1016
+ --tw-scale-y: 1.02;
1017
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1018
+ }
1019
+
1020
+ .projects .card {
1021
+ display: flex;
1022
+ height: 100%;
1023
+ cursor: pointer;
1024
+ flex-direction: column;
1025
+ overflow: hidden;
1026
+ border-radius: 0.75rem;
1027
+ }
1028
+
1029
+ .projects .image-container {
1030
+ padding: 1rem;
1031
+ }
1032
+
1033
+ .projects .image-container img {
1034
+ height: 12rem;
1035
+ width: 100%;
1036
+ border-radius: 0.375rem;
1037
+ background-color: rgb(132 204 22 / 0.2);
1038
+ -o-object-fit: cover;
1039
+ object-fit: cover;
1040
+ padding: 1rem;
1041
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1042
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1043
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1044
+ }
1045
+
1046
+ .projects .image-container img:is(.dark *) {
1047
+ background-color: rgb(190 242 100 / 0.2);
1048
+ }
1049
+
1050
+ .projects .content-container {
1051
+ margin-bottom: auto;
1052
+ padding-left: 1rem;
1053
+ padding-right: 1rem;
1054
+ padding-bottom: 1rem;
1055
+ }
1056
+
1057
+ .projects .content-container .title {
1058
+ margin-bottom: 0.5rem;
1059
+ font-size: 1.125rem;
1060
+ line-height: 1.75rem;
1061
+ }
1062
+
1063
+ .projects .content-container .description {
1064
+ font-size: 0.875rem;
1065
+ line-height: 1.25rem;
1066
+ --tw-text-opacity: 1;
1067
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1068
+ }
1069
+
1070
+ .projects .content-container .description:is(.dark *) {
1071
+ --tw-text-opacity: 1;
1072
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1073
+ }
1074
+
1075
+ /* ----------------------------------------
1076
+ Posts
1077
+ ---------------------------------------- */
1078
+
1079
+ .posts ul > :not([hidden]) ~ :not([hidden]) {
1080
+ --tw-space-y-reverse: 0;
1081
+ margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
1082
+ margin-bottom: calc(2rem * var(--tw-space-y-reverse));
1083
+ }
1084
+
1085
+ .posts li {
1086
+ border-left-width: 2px;
1087
+ --tw-border-opacity: 1;
1088
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
1089
+ padding-left: 1rem;
1090
+ }
1091
+
1092
+ .posts .title {
1093
+ font-size: 1.125rem;
1094
+ line-height: 1.75rem;
1095
+ }
1096
+
1097
+ .posts .title:hover {
1098
+ text-decoration-line: underline;
1099
+ }
1100
+
1101
+ .posts .excerpt {
1102
+ margin-top: 0.25rem;
1103
+ font-size: 0.875rem;
1104
+ line-height: 1.25rem;
1105
+ --tw-text-opacity: 1;
1106
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1107
+ }
1108
+
1109
+ .posts .excerpt:is(.dark *) {
1110
+ --tw-text-opacity: 1;
1111
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1112
+ }
1113
+
1114
+ /* ----------------------------------------
1115
+ Page
1116
+ ---------------------------------------- */
1117
+
1118
+ .content {
1119
+ margin-left: auto;
1120
+ margin-right: auto;
1121
+ max-width: 48rem;
1122
+ }
1123
+
1124
+ /* Headings */
1125
+
1126
+ .content h1 {
1127
+ margin-bottom: 1rem;
1128
+ font-size: 1.875rem;
1129
+ line-height: 2.25rem;
1130
+ font-weight: 700;
1131
+ line-height: 1.25;
1132
+ }
1133
+
1134
+ .content h2 {
1135
+ margin-bottom: 0.75rem;
1136
+ font-size: 1.5rem;
1137
+ line-height: 2rem;
1138
+ font-weight: 600;
1139
+ }
1140
+
1141
+ .content h3 {
1142
+ margin-bottom: 0.5rem;
1143
+ font-size: 1.25rem;
1144
+ line-height: 1.75rem;
1145
+ font-weight: 600;
1146
+ }
1147
+
1148
+ .content h4 {
1149
+ margin-bottom: 0.5rem;
1150
+ font-size: 1.125rem;
1151
+ line-height: 1.75rem;
1152
+ font-weight: 600;
1153
+ }
1154
+
1155
+ .content h5 {
1156
+ margin-bottom: 0.25rem;
1157
+ font-size: 1rem;
1158
+ line-height: 1.5rem;
1159
+ font-weight: 600;
1160
+ }
1161
+
1162
+ .content h6 {
1163
+ margin-bottom: 0.25rem;
1164
+ font-size: 0.875rem;
1165
+ line-height: 1.25rem;
1166
+ font-weight: 600;
1167
+ --tw-text-opacity: 1;
1168
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1169
+ }
1170
+
1171
+ /* Paragraphs */
1172
+
1173
+ .content p {
1174
+ margin-bottom: 1rem;
1175
+ line-height: 1.625;
1176
+ }
1177
+
1178
+ /* Links */
1179
+
1180
+ .content a {
1181
+ --tw-text-opacity: 1;
1182
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1183
+ }
1184
+
1185
+ .content a:hover {
1186
+ --tw-text-opacity: 1;
1187
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
1188
+ }
1189
+
1190
+ .content a:is(.dark *) {
1191
+ --tw-text-opacity: 1;
1192
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
1193
+ }
1194
+
1195
+ .content a:hover:is(.dark *) {
1196
+ --tw-text-opacity: 1;
1197
+ color: rgb(191 219 254 / var(--tw-text-opacity, 1));
1198
+ }
1199
+
1200
+ /* Lists */
1201
+
1202
+ .content ul {
1203
+ margin-bottom: 1rem;
1204
+ list-style-type: disc;
1205
+ padding-left: 1.5rem;
1206
+ }
1207
+
1208
+ .content ol {
1209
+ margin-bottom: 1rem;
1210
+ list-style-type: decimal;
1211
+ padding-left: 1.5rem;
1212
+ }
1213
+
1214
+ .content li {
1215
+ margin-bottom: 0.25rem;
1216
+ }
1217
+
1218
+ /* Blockquote */
1219
+
1220
+ .content blockquote {
1221
+ margin-top: 1rem;
1222
+ margin-bottom: 1rem;
1223
+ border-left-width: 2px;
1224
+ --tw-border-opacity: 1;
1225
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
1226
+ padding-left: 1rem;
1227
+ font-style: italic;
1228
+ --tw-text-opacity: 1;
1229
+ color: rgb(75 85 99 / var(--tw-text-opacity, 1));
1230
+ }
1231
+
1232
+ .content blockquote:is(.dark *) {
1233
+ --tw-border-opacity: 1;
1234
+ border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
1235
+ --tw-text-opacity: 1;
1236
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1237
+ }
1238
+
1239
+ /* Code */
1240
+
1241
+ .content code.highlighter-rouge {
1242
+ border-radius: 0.25rem;
1243
+ --tw-bg-opacity: 1;
1244
+ background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
1245
+ padding-left: 0.25rem;
1246
+ padding-right: 0.25rem;
1247
+ padding-top: 0.125rem;
1248
+ padding-bottom: 0.125rem;
1249
+ font-size: 0.875rem;
1250
+ line-height: 1.25rem;
1251
+ --tw-text-opacity: 1;
1252
+ color: rgb(190 242 100 / var(--tw-text-opacity, 1));
1253
+ }
1254
+
1255
+ .content pre {
1256
+ margin-top: 1rem;
1257
+ margin-bottom: 1rem;
1258
+ overflow-x: auto;
1259
+ border-radius: 0.5rem;
1260
+ --tw-bg-opacity: 1;
1261
+ background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
1262
+ padding: 1rem;
1263
+ --tw-text-opacity: 1;
1264
+ color: rgb(132 204 22 / var(--tw-text-opacity, 1));
1265
+ }
1266
+
1267
+ .content pre code {
1268
+ background-color: transparent;
1269
+ padding: 0px;
1270
+ font-size: 0.875rem;
1271
+ line-height: 1.25rem;
1272
+ }
1273
+
1274
+ /* Horizontal Rule */
1275
+
1276
+ .content hr {
1277
+ margin-top: 2rem;
1278
+ margin-bottom: 2rem;
1279
+ --tw-border-opacity: 1;
1280
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1281
+ }
1282
+
1283
+ /* Images */
1284
+
1285
+ .content img {
1286
+ margin-top: 1rem;
1287
+ margin-bottom: 1rem;
1288
+ border-radius: 0.5rem;
1289
+ }
1290
+
1291
+ /* Tables */
1292
+
1293
+ .content table {
1294
+ margin-top: 1.5rem;
1295
+ margin-bottom: 1.5rem;
1296
+ width: 100%;
1297
+ border-collapse: collapse;
1298
+ font-size: 0.875rem;
1299
+ line-height: 1.25rem;
1300
+ }
1301
+
1302
+ .content th {
1303
+ border-bottom-width: 2px;
1304
+ --tw-border-opacity: 1;
1305
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1306
+ padding: 0.5rem;
1307
+ text-align: left;
1308
+ font-weight: 600;
1309
+ }
1310
+
1311
+ .content td {
1312
+ border-bottom-width: 1px;
1313
+ --tw-border-opacity: 1;
1314
+ border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
1315
+ padding: 0.5rem;
1316
+ }
1317
+
1318
+ /* Inline elements */
1319
+
1320
+ .content strong {
1321
+ font-weight: 600;
1322
+ }
1323
+
1324
+ .content em {
1325
+ font-style: italic;
1326
+ }
1327
+
1328
+ .content del {
1329
+ text-decoration-line: line-through;
1330
+ }
1331
+
1332
+ /* Small / misc */
1333
+
1334
+ .content small {
1335
+ font-size: 0.875rem;
1336
+ line-height: 1.25rem;
1337
+ --tw-text-opacity: 1;
1338
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1339
+ }
1340
+
1341
+ .content mark {
1342
+ --tw-bg-opacity: 1;
1343
+ background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
1344
+ padding-left: 0.25rem;
1345
+ padding-right: 0.25rem;
1346
+ }
1347
+
1348
+ /* ----------------------------------------
1349
+ Notes Index
1350
+ ---------------------------------------- */
1351
+
1352
+ .notes-index .heading {
1353
+ margin-bottom: 0.5rem;
1354
+ display: inline-flex;
1355
+ border-bottom-width: 2px;
1356
+ --tw-border-opacity: 1;
1357
+ border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
1358
+ font-size: 1.875rem;
1359
+ line-height: 2.25rem;
1360
+ font-weight: 600;
1361
+ --tw-text-opacity: 1;
1362
+ color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1363
+ }
1364
+
1365
+ .notes-index .heading:is(.dark *) {
1366
+ --tw-border-opacity: 1;
1367
+ border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
1368
+ --tw-text-opacity: 1;
1369
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
1370
+ }
1371
+
1372
+ .notes-index .subheading {
1373
+ margin-bottom: 1.25rem;
1374
+ }
1375
+
1376
+ .notes-index .search-input {
1377
+ margin-bottom: 2rem;
1378
+ width: 100%;
1379
+ border-radius: 0.25rem;
1380
+ border-width: 2px;
1381
+ padding: 0.5rem;
1382
+ --tw-text-opacity: 1;
1383
+ color: rgb(31 41 55 / var(--tw-text-opacity, 1));
1384
+ }
1385
+
1386
+ .notes-index .search-results > :not([hidden]) ~ :not([hidden]) {
1387
+ --tw-space-y-reverse: 0;
1388
+ margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
1389
+ margin-bottom: calc(2rem * var(--tw-space-y-reverse));
1390
+ }
1391
+
1392
+ .notes-index .paginated-posts > :not([hidden]) ~ :not([hidden]) {
1393
+ --tw-space-y-reverse: 0;
1394
+ margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
1395
+ margin-bottom: calc(2rem * var(--tw-space-y-reverse));
1396
+ }
1397
+
1398
+ .notes-index li {
1399
+ margin-bottom: 1.25rem;
1400
+ }
1401
+
1402
+ .notes-index li.no-results {
1403
+ margin-bottom: 1.25rem;
1404
+ }
1405
+
1406
+ .notes-index h3 {
1407
+ font-size: 1.125rem;
1408
+ line-height: 1.75rem;
1409
+ }
1410
+
1411
+ .notes-index h3:hover {
1412
+ text-decoration-line: underline;
1413
+ }
1414
+
1415
+ .notes-index p {
1416
+ margin-top: 0.25rem;
1417
+ font-size: 0.875rem;
1418
+ line-height: 1.25rem;
1419
+ --tw-text-opacity: 1;
1420
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
1421
+ }
1422
+
1423
+ .notes-index p:is(.dark *) {
1424
+ --tw-text-opacity: 1;
1425
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
1426
+ }
1427
+
1428
+ .notes-index .pagination {
1429
+ margin-left: auto;
1430
+ margin-right: auto;
1431
+ margin-top: 1.25rem;
1432
+ display: flex;
1433
+ max-width: 75ch;
1434
+ justify-content: space-between;
1435
+ }
1436
+
1437
+ .notes-index .pagination a {
1438
+ margin-top: 2.5rem;
1439
+ --tw-text-opacity: 1;
1440
+ color: rgb(59 130 246 / var(--tw-text-opacity, 1));
1441
+ }
1442
+
1443
+ .notes-index .pagination a:is(.dark *) {
1444
+ --tw-text-opacity: 1;
1445
+ color: rgb(147 197 253 / var(--tw-text-opacity, 1));
1446
+ }
1447
+
1448
+ .contents {
1449
+ display: contents;
1450
+ }
1451
+
1452
+ .hidden {
1453
+ display: none;
1454
+ }
1455
+
1456
+ .truncate {
1457
+ overflow: hidden;
1458
+ text-overflow: ellipsis;
1459
+ white-space: nowrap;
1460
+ }
1461
+
1462
+ .filter {
1463
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1464
+ }
1465
+
1466
+ /* ----------------------------------------
1467
+ Base Styles (global resets if needed)
1468
+ ---------------------------------------- */
1469
+
1470
+ ::-moz-selection {
1471
+ background: rgb(65, 187, 73);
1472
+ color: white;
1473
+ }
1474
+
1475
+ ::selection {
1476
+ background: rgb(65, 187, 73);
1477
+ color: white;
1478
+ }