| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2cd4141 commit 9178805
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,6 +32,7 @@ | |||
| 32 | 32 | --color-fill-app: var(--white); | |
| 33 | 33 | --color-fill-side-nav: var(--gray6); | |
| 34 | 34 | --color-links: var(--green1); | |
| 35 | + --color-text-mark: var(--gray1); | ||
| 35 | 36 | --color-text-nav: var(--gray3); | |
| 36 | 37 | --color-text-primary: var(--gray6); | |
| 37 | 38 | --color-text-secondary: var(--green2); | |
@@ -42,6 +43,7 @@ | |||
| 42 | 43 | --color-fill-app: var(--black1); | |
| 43 | 44 | --color-fill-side-nav: var(--black3); | |
| 44 | 45 | --color-links: var(--green5); | |
| 46 | + --color-text-mark: var(--gray5); | ||
| 45 | 47 | --color-text-primary: var(--white); | |
| 46 | 48 | } | |
| 47 | 49 | ||
@@ -632,7 +634,7 @@ a code { | |||
| 632 | 634 | ||
| 633 | 635 | span > .mark, | |
| 634 | 636 | span > .mark:visited { | |
| 635 | - color: #707070; | ||
| 637 | + color: var(--color-text-mark); | ||
| 636 | 638 | position: absolute; | |
| 637 | 639 | top: 0; | |
| 638 | 640 | right: 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments