Skip to content

Commit

Permalink
Merge pull request #12 from charlesseizilles/main
Browse files Browse the repository at this point in the history
update css
  • Loading branch information
waruqi authored Apr 27, 2024
2 parents bc832f5 + 5d93a5c commit 1670e9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/xmake.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ code { background-color: #f8f8f8;
padding: 3px 5px;
white-space: pre-wrap; }
code, code a { color: #e96900; }
pre code a { color: black; }
pre code a { color: #525252; }
pre code { padding: 0;
margin: 0; }

Expand Down Expand Up @@ -167,5 +167,6 @@ pre:after { color: #ccc;
text-align: right;
top: 0; }

pre[class*=language-] {
background: #f8f8f8; }
pre[class*=language-], code[class*=language-] {
background: #f8f8f8;
color: #525252; }

0 comments on commit 1670e9b

Please sign in to comment.