Skip to content

Commit

Permalink
chore: Fix after stylelint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbobyrev committed May 20, 2023
1 parent 43951f5 commit 91f9861
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
:root {
/* Colors */
--text-color: #4a4a4a;
--heading-color: #000000;
--heading-color: #000;
--accent: #4285f4;
--accent-light: #93a9d1;
--tag-background: #e8f0fe;
--background: #ffffff;
--background: #fff;
--muted: #BDBDBD;
--muted-text: #9E9E9E;
--code-background: #f5f5f6;

/* Typography */
--line-height: 1.5;
}
Expand All @@ -30,7 +31,7 @@ body {
"Segoe UI Symbol";
margin: auto;
max-width: 45rem;
padding: 1rem 1.5rem 1rem 1.5rem;
padding: 1rem 1.5rem;
line-height: var(--line-height);
background-color: var(--background);
color: var(--text-color);
Expand Down

0 comments on commit 91f9861

Please sign in to comment.