Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
movsb committed Apr 12, 2024
1 parent e348d57 commit d3c6df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/blog/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
:root {
--accent-color: #4daac7;
--font-size: 16px;
--mono-font: "LXGW WenKai Mono", Monaco, Consolas, monospace;
--max-width: 850px;
--border-color-hover: #4da7c7;
--border-radius: 4px;
--button-color-fg: white;
--button-color-bg: rgba(60,60,60,0.6);
--a-fg: #4daac7;
--a-fg: var(--accent-color);
--box-shadow: 0 0 3px gray;
}

Expand Down

0 comments on commit d3c6df5

Please sign in to comment.