diff --git a/app/assets/stylesheets/hitobito/customizable/_variables.scss b/app/assets/stylesheets/hitobito/customizable/_variables.scss index 8d6cff1..f8fa12e 100644 --- a/app/assets/stylesheets/hitobito/customizable/_variables.scss +++ b/app/assets/stylesheets/hitobito/customizable/_variables.scss @@ -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 diff --git a/app/assets/stylesheets/hitobito/customizable/_wagon.scss b/app/assets/stylesheets/hitobito/customizable/_wagon.scss new file mode 100644 index 0000000..c927b1b --- /dev/null +++ b/app/assets/stylesheets/hitobito/customizable/_wagon.scss @@ -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; +} \ No newline at end of file