Skip to content

Commit

Permalink
细节调整
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 15, 2021
1 parent e171743 commit f7ef5ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://i.imgur.com/3U8bJOE.png" alt="image-20210710130755511" width="150" />
<a href="https://typora.io/"><img src="https://i.imgur.com/3U8bJOE.png" alt="image-20210710130755511" width="150" /></a>
</p>


Expand Down
8 changes: 4 additions & 4 deletions drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
--drake-highlight: #58a1d6;
--a-text-color: var(--drake-highlight);
--outline-active-color: var(--a-text-color);
--code-block-bg-color: #3c3d3e;
--code-block-bg-color: var(--item-hover-bg-color);
--code-block-text-color: #A9B7C6;
--title-text-color: #acb7c4;
--title-text-color: var(--text-color);
--blockquote-border-color: var(--drake-accent);
--blockquote-bg-color: #3a4451;
--strong-text-color: var(--title-text-color);
Expand All @@ -47,10 +47,10 @@
--height-light-bg-color: #e7ecf3;
--yaml-text-color: #787878;
--yaml-bg-color: var(--code-block-bg-color);
--footnotes-bg-color: #3c3d3e;
--footnotes-bg-color: var(--item-hover-bg-color);
--footnotes-highlight: #FFD760;
--table-border-color: #535455;
--table-header-bg-color: #3c3d3e;
--table-header-bg-color: var(--item-hover-bg-color);
--table-bg-color: var(--table-header-bg-color);
--input-bg-color: var(--item-hover-bg-color);
--btn-hover-bg-color: var(--item-hover-bg-color);
Expand Down
6 changes: 3 additions & 3 deletions drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
--drake-highlight: #b160ea;
--a-text-color: var(--drake-highlight);
--outline-active-color: var(--a-text-color);
--code-block-bg-color: #1d1d26;
--code-block-bg-color: var(--item-hover-bg-color);
--code-block-text-color: #A9B7C6;
--title-text-color: #acb7c4;
--title-text-color: var(--text-color);
--blockquote-border-color: var(--drake-accent);
--blockquote-bg-color: rgba(25, 25, 49, 0.53);
--strong-text-color: var(--title-text-color);
Expand All @@ -47,7 +47,7 @@
--height-light-bg-color: #e7ecf3;
--yaml-text-color: #676773;
--yaml-bg-color: var(--code-block-bg-color);
--footnotes-bg-color: #3c3d3e;
--footnotes-bg-color: var(--item-hover-bg-color);
--footnotes-highlight: #FFD760;
--table-border-color: var(--item-hover-bg-color);
--table-header-bg-color: #2c2c47;
Expand Down

0 comments on commit f7ef5ba

Please sign in to comment.