This commit is contained in:
Jerry
2023-11-24 16:42:34 +08:00
Unverified
parent 7923a15e17
commit 63fb690d02
20 changed files with 637 additions and 62 deletions

View File

@@ -109,14 +109,24 @@ beautify()
line-height: 1em
if hexo-config('anchor.click_to_scroll')
a.headerlink
position: absolute
top: 0
right: 0
left 0
bottom: 0
width 100%
height: 100%
h1,
h2,
h3,
h4,
h5,
h6
a:not(.headerlink)
position relative
z-index 10
a.headerlink
position: absolute
top: 0
right: 0
left 0
bottom: 0
width 100%
height: 100%
ol,
ul

View File

@@ -33,15 +33,16 @@
margin: 20px auto
.menus_items
padding: 0 5px
padding: 0 10px
.site-page
@extend .limit-one-line
position: relative
display: block
padding: 6px 30px 6px 22px
padding: 3px 28px 3px 20px
color: var(--font-color)
font-size: 1.15em
border-radius: 6px
&:hover
background: var(--text-bg-hover)