From c2e6dc5223e1e4880e22113a059735c174e32503 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 18 Jul 2023 21:21:25 +0200 Subject: [PATCH] cccamp23 theme much prettier --- resources/assets/themes/theme16.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/resources/assets/themes/theme16.scss b/resources/assets/themes/theme16.scss index cb52a576..f30e3f26 100644 --- a/resources/assets/themes/theme16.scss +++ b/resources/assets/themes/theme16.scss @@ -13,9 +13,9 @@ $gray-light: lighten($gray, 15%); $gray-lighter: lighten($gray-light, 15%); $dark: $gray-dark; -$primary: #FB48C4; +$primary: #fb48c4; $secondary: #231f20; -$success: #3FFF21; +$success: #3fff21; $info: #3dbddf; $warning: #f6b345; $danger: #e93a44; @@ -28,8 +28,7 @@ $btn-link-disabled-color: $gray-light; @font-face { font-family: 'Questrial'; - src: url('theme16/Questrial-Regular.woff2') format('woff2'), - url('theme16/Questrial-Regular.woff') format('woff'); + src: url('theme16/Questrial-Regular.woff2') format('woff2'), url('theme16/Questrial-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; @@ -37,14 +36,12 @@ $btn-link-disabled-color: $gray-light; @font-face { font-family: 'Beon'; - src: url('theme16/Beon-Regular.woff2') format('woff2'), - url('theme16/Beon-Regular.woff') format('woff'); + src: url('theme16/Beon-Regular.woff2') format('woff2'), url('theme16/Beon-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } - $font-family-sans-serif: 'Questrial', Helvetica Neue, Helvetica, Arial, sans-serif; $font-family-serif: 'Beon', Georgia, 'Times New Roman', Times, serif; $headings-font-family: $font-family-serif;