Skip to content

Commit

Permalink
EDERCMS-237 Styling eder kommunal
Browse files Browse the repository at this point in the history
  • Loading branch information
sippsolutions committed Oct 14, 2024
1 parent c3a69c6 commit e550a68
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
39 changes: 39 additions & 0 deletions .multisite/eder-kommunal/styles/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright (c) 2024 TechDivision GmbH
* All rights reserved
*
* This product includes proprietary software developed at TechDivision GmbH, Germany
* For more information see https://www.techdivision.com/
*
* To obtain a valid license for using this software please contact us at
* [email protected]
*/

:root {
/* colors */
--kommunal-orange: #f98b1f;
--color-red: #ed1c24;
--color-green: #869d67;
--color-green-light: #f3f6ef;
--color-green-dark: #436f45;
--color-gray-light: #e5e5e5;
--color-gray: #999;
--color-gray-dark: #4c4c4c;
--color-gray-darker: #303030;
--color-black: #000;
--color-white: #fff;
--color-blue: var(--color-blue);
--background-color: var(--color-white);
--light-color: #eee;
--dark-color: #ccc;
--text-color: var(--color-black);
--text-color-reverse: var(--color-white);

/* theme vars */
--link-color: var(--kommunal-orange);
--button-color: var(--color-white);
--button-color-hover: var(--kommunal-orange);
--button-background: var(--kommunal-orange);
--button-background-hover: var(--color-white);
--button-border: var(--kommunal-orange);
}
3 changes: 1 addition & 2 deletions .multisite/feedstar/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
--color-gray-darker: #303030;
--color-black: #000;
--color-white: #fff;
--color-blue-profi: #1f3c90;
--color-blue: var(--color-blue-profi);
--color-blue: var(--color-blue);
--background-color: var(--color-white);
--light-color: #eee;
--dark-color: #ccc;
Expand Down

0 comments on commit e550a68

Please sign in to comment.