File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -39,33 +39,24 @@ input[type="search"]::-moz-search-cancel-button {
3939input [type = "search" ]::-ms-clear {
4040 display : none;
4141}
42-
4342.prose {
44- li {
45- @apply my-2;
46- > : last-child ,
47- > : first-child {
48- margin : 0 ;
49- }
50- }
5143 hr {
5244 @apply mt-8 mb-4;
5345 }
5446 : where (h1 ): not (: where ([class ~= "not-prose" ], [class ~= "not-prose" ] * )) {
55- color : var (--tw-prose-headings );
5647 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 ;
6050 }
6151 > h2 {
62- @apply mt-5! mb-3 ! text-3xl !;
52+ @apply mt-5! mb-3 !;
53+ font-size : 160% !important ;
6354 a {
6455 @apply hover:no-underline!;
6556 }
6657 }
6758 > h3 {
68- @apply text-2xl! ;
59+ font-size : 130 % !important ;
6960 a {
7061 @apply hover:no-underline!;
7162 }
Original file line number Diff line number Diff line change 3939 --color-navbar-text : var (--color-gray-700 );
4040 --color-navbar-text-dark : var (--tw-prose-body );
4141 --color-navbar-border-color-light : var (--tw-prose-inverse-body );
42- --navbar-font-size : 1 rem ;
42+ --navbar-font-size : 0.92 rem ;
4343 --navbar-group-font-title-size : 1rem ;
4444 --color-navbar-text-dark : var (--color-gray-200 );
4545 --color-navbar-group-text-dark : var (--tw-prose-body );
Original file line number Diff line number Diff line change 11< details id ="markdownDropdown " class ="group relative z-10 inline-block " data-heap-id ="markdown-dropdown ">
22 < 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 py-1 pl -2
44 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 "
55 data-heap-id ="markdown-dropdown-toggle "
66 >
7- < span > Page options</ span >
7+ < span class =" font-normal " > Page options</ span >
88 < span class ="icon-svg transition-transform group-open:rotate-180 ">
99 {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
1010 </ span >
1414
1515 <!-- Dropdown menu -->
1616 < 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 "
1818 data-heap-id ="markdown-dropdown-menu "
1919 >
2020 < button
You can’t perform that action at this time.
0 commit comments