Skip to content

Commit

Permalink
Merge pull request #134 from Laravel-Lang/5.x
Browse files Browse the repository at this point in the history
[docs]: Minor changes in style
  • Loading branch information
andrey-helldar authored Nov 14, 2023
2 parents aecf7b9 + b947156 commit 69fdf37
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
:root {
--content-width: 75%;

--c-brand: #0e98d7;
--c-brand-light: #0e98d7;

--c-bg: #f1f5f9;
--c-bg-light: #ffffff;

--c-text: #2c3e50;
--c-bg-navbar: #ffffff;

--c-tip: var(--c-brand);

--font-family: Nunito, system-ui, sans-serif;

@media only screen and (min-width: 1921px) {
--content-width: 1600px;
}
Expand All @@ -15,9 +28,3 @@
font-family: Nunito, system-ui, sans-serif;
}
}

html, body {
font-family: Nunito, system-ui, sans-serif;
font-size: 16px;
font-weight: 400;
}

0 comments on commit 69fdf37

Please sign in to comment.