Skip to content

Commit

Permalink
fix: 样式修复
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Jan 14, 2024
1 parent 586bbdb commit c9d7e12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions source/css/_extend.styl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $base-style
background-size: 20px 3px
background-repeat: repeat-x
border: none
filter: drop-shadow(0px 0px 2px red)

@media mg-normal
margin: 10px 0
Expand All @@ -90,6 +91,7 @@ $base-style
font-size: 0.85em

acronym, abbr
text-decoration: none
border-bottom: 1px dotted

ul, ol, dl
Expand Down
1 change: 1 addition & 0 deletions source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
background-image: linear-gradient(to left, var(--red-0) 50%, transparent 0%)
background-size: 20px 3px
background-repeat: repeat-x
filter: drop-shadow(0px 0px 2px red)

.article-inner
@extend $block
Expand Down
1 change: 1 addition & 0 deletions source/css/_partial/footer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
margin-bottom: 40px
animation: transform-all 3s infinite
animation-timing-function: linear
filter: drop-shadow(0px 0px 2px red)

#footer-info
line-height: line-height
Expand Down
1 change: 0 additions & 1 deletion source/css/_partial/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ $line-numbers
background: var(--highlight-selection)

.gist
margin: 0 article-padding * -1
border-style: solid
border-color: var(--color-border)
border-width: 1px 0
Expand Down
2 changes: 1 addition & 1 deletion source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
--highlight-scrollbar: #d6d6d6
--highlight-background: #f7f7f7
--highlight-current-line: #dadada
--highlight-selection: #a0a0a0
--highlight-selection: #e9e9e9
--highlight-foreground: #4d4d4d
--highlight-comment: #7d7d7d
--highlight-red: #c8362b
Expand Down

0 comments on commit c9d7e12

Please sign in to comment.