diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index b83d84651..143964424 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -41,7 +41,7 @@ html { body { @apply bg-primary; - @apply text-secondary !text-sm; + @apply text-secondary text-xs; @apply font-medium; @apply select-none; @apply overflow-x-hidden; @@ -69,14 +69,14 @@ body { } .material-icons { - font-size: 1.25rem !important; + font-size: 1rem; } .svg-icons { @apply inline-flex; @apply flex-shrink-0; - @apply h-5; - @apply w-5; + @apply h-4; + @apply w-4; } a { @@ -166,8 +166,7 @@ hr { @apply bg-primary; @apply truncate; @apply rounded; - @apply font-semibold font-mono; - @apply text-xs; + @apply font-semibold; @apply border border-divider; @apply transition; @apply focus:(outline-none border-accent); @@ -204,7 +203,7 @@ pre.ace_editor { @apply pointer-events-none; @apply font-icon; @apply text-secondaryLight; - @apply top-3; + @apply top-2.5; @apply right-3; content: "\e313"; @@ -290,13 +289,9 @@ input[type="checkbox"] { @apply text-primary text-xs; @apply !font-semibold; - .material-icons { - @apply !text-md; - } - .action { @apply transition; - @apply text-current text-xs; + @apply text-current; @apply hover:(opacity-75 no-underline); } } diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss index ff45ef176..33e0869fa 100644 --- a/assets/scss/themes.scss +++ b/assets/scss/themes.scss @@ -1,5 +1,5 @@ @mixin baseTheme { - --font-sans: "Montserrat", "sans-serif"; + --font-sans: "Inter", "sans-serif"; --font-mono: "Roboto Mono", "monospace"; --font-icon: "Material Icons"; } @@ -41,7 +41,7 @@ // Text color --secondary-color: theme("colors.true-gray.600"); // Light Text color - --secondary-light-color: theme("colors.true-gray.400"); + --secondary-light-color: theme("colors.true-gray.500"); // Dark Text color --secondary-dark-color: theme("colors.true-gray.800"); // Border color diff --git a/components/app/Announcement.vue b/components/app/Announcement.vue index 2cd27ba3e..8fb46d5f0 100644 --- a/components/app/Announcement.vue +++ b/components/app/Announcement.vue @@ -13,7 +13,7 @@ blank class=" flex - py-3 + py-2 px-4 transition relative @@ -23,7 +23,7 @@ " > science - + Beta Layout