fix: style
This commit is contained in:
parent
380a5cc4ab
commit
f98e95ccf8
@ -54,20 +54,15 @@ $base-style
|
||||
border-collapse collapse
|
||||
empty-cells show
|
||||
th,td
|
||||
height 35px
|
||||
border 1px solid #dedede
|
||||
padding 0 10px
|
||||
padding 5px 10px
|
||||
th
|
||||
font-weight bold
|
||||
text-align center !important
|
||||
background rgba(158, 188, 226, .2)
|
||||
white-space nowrap
|
||||
tbody tr:nth-child(2n)
|
||||
background rgba(158, 188, 226, .12)
|
||||
td:nth-child(1)
|
||||
white-space nowrap
|
||||
tbody tr:hover
|
||||
background #efefef
|
||||
|
||||
blockquote
|
||||
display block
|
||||
|
@ -52,7 +52,7 @@
|
||||
margin-left 0
|
||||
|
||||
.article-entry
|
||||
font-size 110%
|
||||
font-size 100%
|
||||
margin-top .5rem
|
||||
clearfix()
|
||||
@extend $base-style
|
||||
@ -94,7 +94,7 @@
|
||||
margin 0
|
||||
.article-title
|
||||
display block
|
||||
font-size 1.8em
|
||||
font-size 1.5em
|
||||
font-weight bold
|
||||
margin-bottom 3rem
|
||||
text-decoration none
|
||||
|
@ -28,7 +28,7 @@
|
||||
i
|
||||
font-style normal
|
||||
margin-left 10px
|
||||
color: darken(water,30%)
|
||||
color: darken(water,45%)
|
||||
a
|
||||
display inline-block
|
||||
vertical-align middle
|
||||
@ -36,7 +36,7 @@
|
||||
color: body-color
|
||||
&:hover
|
||||
.category-list-item
|
||||
border: 1px solid darken(water,30%)
|
||||
border: 1px solid darken(water,20%)
|
||||
box-shadow: 0 3px 5px water
|
||||
color: darken(water,50%);
|
||||
&:before
|
||||
|
@ -22,7 +22,7 @@ highlight-purple = #cc99cc
|
||||
overflow-x: auto;
|
||||
color: highlight-foreground;
|
||||
font-size: 0.9em;
|
||||
line-height: 22.400000000000002px;
|
||||
line-height: 1.5;
|
||||
|
||||
/** 滚动条整体部分 */
|
||||
&::-webkit-scrollbar {
|
||||
|
Loading…
Reference in New Issue
Block a user