hexo-theme-stellar/source/css/_common/base.styl

58 lines
812 B
Stylus
Raw Normal View History

2021-03-05 21:37:28 +08:00
pre
font-family: $ff-code
font-size: $fs-code
tab-size: 4
-moz-tab-size: 4
-o-tab-size: 4
-webkit-tab-size: 4
a
text-decoration: none
color: $color-link
&:hover
color: $color-hover
2022-10-14 12:52:21 +08:00
p:not([class])
text-align: justify
2021-03-05 21:37:28 +08:00
hr
color: var(--text-meta)
opacity: .1
img
max-width: 100%
li
font-size: $fs-15
ul,ol
padding-left: 1.5rem
// table
table:not([class])
border-collapse: collapse
overflow: auto
display: block
margin: 1rem 0
max-width: 100%
vertical-align: text-top
font-size: $fs-14
th
background: var(--block)
td,th
padding: 0.5em 1em
2021-03-08 17:54:23 +08:00
border: 1px solid var(--block-hover)
2021-03-05 21:37:28 +08:00
line-height: 1.5
tr
word-break: keep-all
white-space:nowrap
trans()
&:hover
background: var(--block)
2022-10-15 00:28:26 +08:00
*[ff=title]
font-family: $ff-logo