perf(theme): 代码块使用主题色,#16

This commit is contained in:
nineya 2023-06-20 14:17:33 +08:00
parent 16c61d0a5d
commit 5ca6018016
4 changed files with 5 additions and 5 deletions

View File

@ -163,7 +163,7 @@
margin: 18px 0; margin: 18px 0;
position: relative; position: relative;
background: var(--bg-h); background: var(--theme);
overflow: hidden; overflow: hidden;
border-radius: 6px; border-radius: 6px;
display: block; display: block;
@ -176,7 +176,7 @@
content: '\f25e'; content: '\f25e';
font-size: 200px; font-size: 200px;
font-family: 'FontAwesome'; font-family: 'FontAwesome';
color: var(--bg-i); color: var(--theme);
opacity: 0.1; opacity: 0.1;
} }

View File

@ -3306,7 +3306,7 @@ button.swiper-pagination-bullet {
padding: 8px 15px; padding: 8px 15px;
color: var(--dark-b); color: var(--dark-b);
background: var(--bg-h); background: var(--bg-h);
border-left: 5px solid var(--bg-i); border-left: 5px solid var(--theme);
border-radius: var(--radius-inner); border-radius: var(--radius-inner);
& > :not(:last-child) { & > :not(:last-child) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long