Skip to content

Commit

Permalink
update background
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Jan 23, 2025
1 parent 22e777a commit c776565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion static/site/styles/site-zh.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
html {
font-family: Roboto,Helvetica,Tahoma,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK","WenQuanYi Micro Hei",sans-serif;
font-family: "Noto Serif SC", Roboto, Helvetica, Tahoma, Arial, "PingFang SC",
"Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK",
"WenQuanYi Micro Hei", sans-serif;
}
7 changes: 5 additions & 2 deletions static/site/styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ th {
divider: rgb(226, 232, 240);
code back: edf0f3
rgb(249, 245, 233)
239
#EFEDEA
/* rgba(0, 0, 0, 0.8)*/
/*#fffef8
c35
Expand All @@ -145,16 +147,17 @@ fffef8
background-color:rgb(255, 252, 249);
#272629
--colors-text: #18181c;
*/
html {
font-size: 15px;
box-sizing: border-box;
--colors-text: #18181c;
--colors-text: rgba(0, 0, 0, 0.75);
--colors-muted: #718096;
--colors-primary: #cc3355;
--colors-divider: rgba(0, 0, 0, 0.06);
--colors-primary-light: rgba(234, 76, 137, 0.5);
--colors-background: #fff;
--colors-background: #efedea;
--colors-code-background: rgba(0, 0, 0, 0.08);
/* --colors-quote-background: rgba(255, 255, 255, 0.5); */
--colors-quote-background: rgb(0 0 0/3%);
Expand Down

0 comments on commit c776565

Please sign in to comment.