Skip to content

Commit

Permalink
Revert "Merge pull request #5151 from HSLdevcom/DT-6448"
Browse files Browse the repository at this point in the history
This reverts commit d9dc785, reversing
changes made to 53d128e.
  • Loading branch information
vesameskanen committed Nov 13, 2024
1 parent 8c6c069 commit 2b07af5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 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ämeenlinnan joukkoliikenne',
href: 'http://hameenlinnanjoukkoliikenne.fi/',
name: 'Hämeenlinna',
href: 'http://www.hameenlinna.fi/joukkoliikenne/',
},

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

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-favicon.png',
logo: 'vaasa/vaasa_vasa_rgb_nega_v01.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
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions 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: rgb(196, 40, 31);
$primary-color: #f76013;
$secondary-color: darken($primary-color, 20%);
$hilight-color: $primary-color;
$action-color: $primary-color;
Expand All @@ -15,6 +15,3 @@ $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 2b07af5

Please sign in to comment.