Skip to content

Commit

Permalink
Merge pull request #5151 from HSLdevcom/DT-6448
Browse files Browse the repository at this point in the history
DT-6448 Hämeenlinna theme update
  • Loading branch information
vesameskanen authored Nov 6, 2024
2 parents 53d128e + 2c261ad commit d9dc785
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/configurations/config.hameenlinna.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ export default configMerger(walttiConfig, {
CONFIG,

appBarLink: {
name: 'Hämeenlinna',
href: 'http://www.hameenlinna.fi/joukkoliikenne/',
name: 'Hämeenlinnan joukkoliikenne',
href: 'http://hameenlinnanjoukkoliikenne.fi/',
},

colors: {
primary: '#F76013',
primary: 'rgb(196,40,31)',
iconColors: {
'mode-bus': '#F76013',
'mode-bus': 'rgb(196,40,31)',
},
},

Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.vaasa.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default configMerger(walttiConfig, {

title: APP_TITLE,

logo: 'vaasa/vaasa_vasa_rgb_nega_v01.png',
logo: 'vaasa/vaasa-favicon.png',
secondaryLogo: 'vaasa/secondary-logo.png',

feedIds: ['Vaasa'],
Expand Down
Binary file modified app/configurations/images/hameenlinna/hameenlinna-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/configurations/images/hameenlinna/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion sass/themes/hameenlinna/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../base/waltti';

/* main theme colors */
$primary-color: #f76013;
$primary-color: rgb(196, 40, 31);
$secondary-color: darken($primary-color, 20%);
$hilight-color: $primary-color;
$action-color: $primary-color;
Expand All @@ -15,3 +15,6 @@ $desktop-title-color: $primary-color;
$desktop-title-arrow-icon-color: $secondary-color;
$link-color: $primary-color;
$top-bar-color: $primary-color;

/* Navbar dimensions */
$nav-logo-height: 4em;
2 changes: 1 addition & 1 deletion static/assets/geojson/hml_zone_lines_20230214.geojson

Large diffs are not rendered by default.

0 comments on commit d9dc785

Please sign in to comment.