cccamp23 theme much prettier
This commit is contained in:
parent
19a5673231
commit
c2e6dc5223
|
@ -13,9 +13,9 @@ $gray-light: lighten($gray, 15%);
|
||||||
$gray-lighter: lighten($gray-light, 15%);
|
$gray-lighter: lighten($gray-light, 15%);
|
||||||
$dark: $gray-dark;
|
$dark: $gray-dark;
|
||||||
|
|
||||||
$primary: #FB48C4;
|
$primary: #fb48c4;
|
||||||
$secondary: #231f20;
|
$secondary: #231f20;
|
||||||
$success: #3FFF21;
|
$success: #3fff21;
|
||||||
$info: #3dbddf;
|
$info: #3dbddf;
|
||||||
$warning: #f6b345;
|
$warning: #f6b345;
|
||||||
$danger: #e93a44;
|
$danger: #e93a44;
|
||||||
|
@ -28,8 +28,7 @@ $btn-link-disabled-color: $gray-light;
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Questrial';
|
font-family: 'Questrial';
|
||||||
src: url('theme16/Questrial-Regular.woff2') format('woff2'),
|
src: url('theme16/Questrial-Regular.woff2') format('woff2'), url('theme16/Questrial-Regular.woff') format('woff');
|
||||||
url('theme16/Questrial-Regular.woff') format('woff');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
@ -37,14 +36,12 @@ $btn-link-disabled-color: $gray-light;
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Beon';
|
font-family: 'Beon';
|
||||||
src: url('theme16/Beon-Regular.woff2') format('woff2'),
|
src: url('theme16/Beon-Regular.woff2') format('woff2'), url('theme16/Beon-Regular.woff') format('woff');
|
||||||
url('theme16/Beon-Regular.woff') format('woff');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$font-family-sans-serif: 'Questrial', Helvetica Neue, Helvetica, Arial, sans-serif;
|
$font-family-sans-serif: 'Questrial', Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||||
$font-family-serif: 'Beon', Georgia, 'Times New Roman', Times, serif;
|
$font-family-serif: 'Beon', Georgia, 'Times New Roman', Times, serif;
|
||||||
$headings-font-family: $font-family-serif;
|
$headings-font-family: $font-family-serif;
|
||||||
|
|
Loading…
Reference in New Issue