Skip to content

Commit

Permalink
refactor(#120): reused colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 1, 2024
1 parent a9d7f87 commit 0c87c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
--text-primary: #1f2328;
--text-secondary: #656d76;
--text-link: #0969da;
--text-mark: #1f2328;
--text-mark: var(--text-primary);

--border-light: #d8dee4;
--border-dark: #d0d7de;
Expand All @@ -74,11 +74,11 @@
--syntax-entity-tag: #22863a;
--syntax-storage-modifier-import: var(--syntax-text);

--syntax-markup-heading: #005cc5;
--syntax-markup-heading: var(--syntax-constant);
--syntax-markup-list: #735c0f;
--syntax-markup-italic: var(--syntax-text);
--syntax-markup-bold: var(--syntax-text);
--syntax-markup-inserted-fg: #22863a;
--syntax-markup-inserted-fg: var(--syntax-entity-tag);
--syntax-markup-inserted-bg: #f0fff4;
--syntax-markup-deleted-fg: #b31d28;
--syntax-markup-deleted-bg: #ffeef0;
Expand Down

0 comments on commit 0c87c61

Please sign in to comment.