Skip to content

Commit 5868337

Browse files
authored
Merge branch 'dev' into fix/v3/make-css-related-changes-for-header-and-footer
2 parents c1cc949 + daa6405 commit 5868337

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ extra:
5050
# lang: zh
5151
generator: false
5252
default_color_scheme: default
53-
version:
54-
provider: mike
53+
# version:
54+
# provider: mike
5555
analytics:
5656
provider: google
5757
property: G-3383ZJ2HH7

overrides/css/output.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ legend {
460460
ol,
461461
ul,
462462
menu {
463-
list-style: none;
463+
/* list-style: none; */
464464
margin: 0;
465465
padding: 0;
466466
}

overrides/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@
10631063
<div class="tw-text-white tw-font-medium tw-text-base tw-mb-3">${
10641064
section.title
10651065
}</div>
1066-
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs">
1066+
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs header-list-style">
10671067
${section.items
10681068
.map(
10691069
(item) => `<li class="hover:tw-text-[#7782FF]">

overrides/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</a>
1717
<nav>
1818
<ul
19-
class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px]"
19+
class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px] header-list-style"
2020
>
2121
<!-- PLATFORM -->
2222
<li class="tw-group tw-relative">

0 commit comments

Comments
 (0)