mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 22:34:06 -06:00
Update custom.scss
添加图片居中和高亮美化
This commit is contained in:
parent
d4f961cc7a
commit
aaf846ab11
@ -1,3 +1,17 @@
|
|||||||
@use "./base.scss";
|
@use "./base.scss";
|
||||||
|
|
||||||
// put your custom CSS here!
|
// put your custom CSS here!
|
||||||
|
|
||||||
|
/* 图片居中 */
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
/* 高亮美化 */
|
||||||
|
.text-highlight {
|
||||||
|
background-color:#3463ffce;
|
||||||
|
color: white;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user