File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -39,33 +39,24 @@ input[type="search"]::-moz-search-cancel-button {
39
39
input [type = "search" ]::-ms-clear {
40
40
display : none;
41
41
}
42
-
43
42
.prose {
44
- li {
45
- @apply my-2;
46
- > : last-child ,
47
- > : first-child {
48
- margin : 0 ;
49
- }
50
- }
51
43
hr {
52
44
@apply mt-8 mb-4;
53
45
}
54
46
: where (h1 ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
55
- color : var (--tw-prose-headings );
56
47
font-weight : 500 !important ;
57
- margin-top : 0 ;
58
- margin-bottom : 0.2em !important ;
59
- line-height : 1.1111111 ;
48
+ font-size : 180% !important ;
49
+ margin-bottom : 0.4em !important ;
60
50
}
61
51
> h2 {
62
- @apply mt-5! mb-3 ! text-3xl !;
52
+ @apply mt-5! mb-3 !;
53
+ font-size : 160% !important ;
63
54
a {
64
55
@apply hover:no-underline!;
65
56
}
66
57
}
67
58
> h3 {
68
- @apply text-2xl! ;
59
+ font-size : 130 % !important ;
69
60
a {
70
61
@apply hover:no-underline!;
71
62
}
Original file line number Diff line number Diff line change 39
39
--color-navbar-text : var (--color-gray-700 );
40
40
--color-navbar-text-dark : var (--tw-prose-body );
41
41
--color-navbar-border-color-light : var (--tw-prose-inverse-body );
42
- --navbar-font-size : 1 rem ;
42
+ --navbar-font-size : 0.92 rem ;
43
43
--navbar-group-font-title-size : 1rem ;
44
44
--color-navbar-text-dark : var (--color-gray-200 );
45
45
--color-navbar-group-text-dark : var (--tw-prose-body );
Original file line number Diff line number Diff line change 1
1
< details id ="markdownDropdown " class ="group relative z-10 inline-block " data-heap-id ="markdown-dropdown ">
2
2
< summary
3
- class ="inline-flex cursor-pointer items-center gap-0 rounded-sm border border-gray-600 bg-white px-2 py-2
3
+ class ="inline-flex cursor-pointer items-center gap-0 rounded-sm border border-gray-600 bg-white px-1 py-1
4
4
text-base font-semibold text-gray-600 transition-colors hover:bg-gray-50 dark:border-gray-50 dark:bg-gray-950 dark:text-gray-100 dark:hover:bg-gray-900 "
5
5
data-heap-id ="markdown-dropdown-toggle "
6
6
>
14
14
15
15
<!-- Dropdown menu -->
16
16
< div
17
- class ="absolute right-0 z-50 mt-2 w-56 origin-top-right rounded-sm border border-gray-300 bg-white p-2 text-sm text-black shadow-md [display:none] group-open:[display:block] dark:border-gray-100 dark:text-gray-100 dark:bg-gray-950 "
17
+ class ="absolute right-0 z-50 mt-1 w-56 origin-top-right rounded-sm border border-gray-300 bg-white p-2 text-sm text-black shadow-md [display:none] group-open:[display:block] dark:border-gray-100 dark:text-gray-100 dark:bg-gray-950 "
18
18
data-heap-id ="markdown-dropdown-menu "
19
19
>
20
20
< button
You can’t perform that action at this time.
0 commit comments