Skip to content

Commit

Permalink
fix reported issues by jemk and replace variable to set font
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Jan 18, 2024
1 parent fb84f94 commit 733d390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $table-color-hover: $jemk_lightblue;

$sans-font-family: 'Verdana', sans-serif;
$heading-font-family: 'Verdana', sans-serif; //'Quicksand', $sans-font-family !default;
$base-font-family: 'Verdana', sans-serif; //'Varela Round', $sans-font-family !default;
$font-family-base: 'Verdana', sans-serif; //'Varela Round', $sans-font-family !default;
$headings-font-weight: bold !default; // could be "normal" instead of browser default, "bold"

// Decoration
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/hitobito/customizable/_wagon.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright (c) 2023-2023, Jungschar EMK. This file is part of
// hitobito_jemk and licensed under the Affero General Public License version 3
// or later. See the COPYING file at the top-level directory or at
// https://github.com/hitobito/hitobito_jemk.

.nav-pills .nav-link.active {
background-color: $jemk_darkgreen !important;
}

0 comments on commit 733d390

Please sign in to comment.