Skip to content

Commit

Permalink
Add _variables.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
supernord committed Oct 9, 2023
1 parent 7446640 commit 71be6e2
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
/*-----General styling-----*/
$font-family-theme: 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" !default;
$h2-color: $primary;

/*-----Buttons hover style-----*/
$btn-primary-bg-hover: $primary;
$btn-primary-color-hover: $white;

/*-----Top navigation-----*/
$topnav-bg: $light;
$topnav-title-color: $primary;
$topnav-brand-height: 44px;

/*-----Search-----*/
$search-result-color: $primary;

/*-----Sidebar-----*/
$sidebar-bg: $light;
$sidebar-color: $dark;
$sidebar-lvl2-bg: $white;
$sidebar-lvl2-color: $dark;
$sidebar-lvl3-bg: $white;
$sidebar-lvl3-color: $dark;
$sidebar-bg-active: $primary;
$sidebar-color-active: $white;

/*-----Section navigation tiles-----*/
$nav-card-bg: $light;
$nav-card-header-bg: $secondary;
$nav-card-header-color: $white;
$nav-card-badge-color: $body-color;
$nav-card-badge-bg: $white;
$nav-card-badge-color-hover: $white;
$nav-card-badge-bg-hover: $primary;

/*-----More information tiles-----*/
$info-card-bg: $light;
$info-card-header-bg: $secondary;
$info-card-header-color: $white;

/*-----Contributors-cards-----*/
$contr-card-bg: $light;

/*-----Page contributors-----*/
$contr-bg: $light;
$contr-link-bg: $white;
$contr-crown-bg: $dark;
$contr-crown-color: $white;
$contr-popover-bg: $white;

/*-----Events & news-----*/
$news-title-bg: $primary;
$news-border-color: $light;
$news-title-color: $white;

/*-----Default badge-----*/
$badge-color: $body-color;
$badge-bg: $light;
$badge-color-hover: $white;
$badge-bg-hover: $primary;

/*-----Footer-----*/
$footer-bg: $light;
$footer-color: $dark;
$footer-link-color: $dark;
$footer-link-color-hover: $primary;
$footer-copyright-bg: $gray-200;
$footer-ett: $dark;

0 comments on commit 71be6e2

Please sign in to comment.