perf(theme): 代码块使用主题色,#16
This commit is contained in:
parent
16c61d0a5d
commit
5ca6018016
@ -163,7 +163,7 @@
|
||||
margin: 18px 0;
|
||||
|
||||
position: relative;
|
||||
background: var(--bg-h);
|
||||
background: var(--theme);
|
||||
overflow: hidden;
|
||||
border-radius: 6px;
|
||||
display: block;
|
||||
@ -176,7 +176,7 @@
|
||||
content: '\f25e';
|
||||
font-size: 200px;
|
||||
font-family: 'FontAwesome';
|
||||
color: var(--bg-i);
|
||||
color: var(--theme);
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
|
@ -3306,7 +3306,7 @@ button.swiper-pagination-bullet {
|
||||
padding: 8px 15px;
|
||||
color: var(--dark-b);
|
||||
background: var(--bg-h);
|
||||
border-left: 5px solid var(--bg-i);
|
||||
border-left: 5px solid var(--theme);
|
||||
border-radius: var(--radius-inner);
|
||||
|
||||
& > :not(:last-child) {
|
||||
|
2
templates/assets/css/post.min.css
vendored
2
templates/assets/css/post.min.css
vendored
File diff suppressed because one or more lines are too long
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user