mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add placeholder icons
* modify article fonts * adjust article font size
This commit is contained in:
@ -21,12 +21,16 @@
|
||||
font-family: 'Aleo', serif;
|
||||
font-family: 'Aref Ruqaa', serif;
|
||||
font-family: 'Barlow', sans-serif;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
*/
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply text-gray-600 bg-bluish-gray dark:bg-rua-gray-900 dark:text-gray-200 font-Poppins;
|
||||
@apply text-gray-600 bg-bluish-gray dark:bg-rua-gray-900 dark:text-gray-200;
|
||||
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
|
||||
Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui,
|
||||
'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
|
||||
}
|
||||
|
||||
img,
|
||||
|
@ -244,6 +244,7 @@ h6:hover::before {
|
||||
font-size: 85%;
|
||||
background-color: var(--color-neutral-muted);
|
||||
border-radius: 6px;
|
||||
font-family: 'JetBrains Mono', -apple-system, monospace;
|
||||
}
|
||||
#article pre > code {
|
||||
padding: 0;
|
||||
@ -252,14 +253,16 @@ h6:hover::before {
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font-family: 'JetBrains Mono', -apple-system, monospace;
|
||||
}
|
||||
|
||||
#article code,
|
||||
#article kbd,
|
||||
#article pre,
|
||||
#article samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 17px;
|
||||
/* font-family: monospace, monospace; */
|
||||
font-family: 'JetBrains Mono', -apple-system, monospace;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#article mark {
|
||||
@ -336,3 +339,8 @@ h6:hover::before {
|
||||
#article img {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#article .cm-editor .cm-line {
|
||||
font-size: 15px;
|
||||
font-family: 'JetBrains Mono', -apple-system, monospace;
|
||||
}
|
||||
|
Reference in New Issue
Block a user