hexo-theme-stellar/source/css/_layout/partial/footer.styl

45 lines
767 B
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
.page-footer
2021-07-14 14:54:06 +08:00
margin: 4rem 1rem 3rem
2021-02-19 23:33:19 +08:00
color: var(--text-p3)
2021-06-26 16:08:16 +08:00
a
color: var(--text-p3)
&:hover
color: $color-hover
.page-footer .sitemap
2021-07-07 23:56:41 +08:00
margin: .5rem 0 2rem
2021-06-26 16:08:16 +08:00
display: grid
scrollbar-width: none
2021-06-26 16:08:16 +08:00
grid-gap: 1rem 1rem
grid-auto-flow: column dense
overflow: scroll
scrollbar(0, 0)
.page-footer .sitemap .sitemap-group
display: flex
flex-direction: column
align-items: flex-start
>span,>a
text-decoration: none
txt-ellipsis()
>span
margin: .5rem 0
font-weight: 500
color: var(--text-p1)
>a
margin: .2rem 0
.page-footer .text
2021-02-19 23:33:19 +08:00
p
margin: 4px 0
2022-09-14 17:47:08 +08:00
line-height: 1.5
2021-02-19 23:33:19 +08:00
a
text-decoration: underline
2022-08-28 20:33:03 +08:00
font-weight: 500
margin: inherit
padding: inherit
&:hover
background: inherit