Skip to content

Commit 1e37fd2

Browse files
committed
样式调整
1 parent c304596 commit 1e37fd2

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

_site/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,13 +387,6 @@ body {
387387
.wrapper .entry {
388388
font-size: 16px;
389389
}
390-
.wrapper .entry a {
391-
border-bottom: 1px dashed #ddd;
392-
color: #888;
393-
}
394-
.wrapper .entry a:hover, .wrapper .entry a:active {
395-
color: #333;
396-
}
397390
.wrapper .post table {
398391
display: block;
399392
width: 100%;

style.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,6 @@ body{
393393

394394
.entry{
395395
font-size:16px;
396-
a{
397-
border-bottom: 1px dashed #ddd;
398-
color: #888;
399-
&:hover, &:active {
400-
color: #333;
401-
}
402-
}
403396
}
404397
.post{
405398
table {

0 commit comments

Comments
 (0)