Update style

This commit is contained in:
2021-08-20 19:34:17 +02:00
parent b481a3fcea
commit 52a319295c
6 changed files with 97 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
@import "colors";
:root {
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family: 'Roboto', sans-serif;;
--dark-gray-color: #{$dark-gray};
--gray-color: #{$gray};
--text-color: #{$text-color};

View File

@@ -16,5 +16,4 @@ p {
.container {
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}