@eeacms/volto-cca-policy 0.3.56 → 0.3.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.3.57](https://github.com/eea/volto-cca-policy/compare/0.3.56...0.3.57) - 27 June 2025
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: fix inverted homepage [kreafox - [`365f356`](https://github.com/eea/volto-cca-policy/commit/365f356b0b971bec590a39d26927d7574aebec5a)]
12
+
7
13
  ### [0.3.56](https://github.com/eea/volto-cca-policy/compare/0.3.55...0.3.56) - 25 June 2025
8
14
 
9
15
  #### :nail_care: Enhancements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-cca-policy",
3
- "version": "0.3.56",
3
+ "version": "0.3.57",
4
4
  "description": "@eeacms/volto-cca-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -70,7 +70,7 @@ body.subsite-mkh {
70
70
  color: @green-1 !important;
71
71
  }
72
72
 
73
- .main-menu {
73
+ .main-menu:not(.inverted) {
74
74
  .item a {
75
75
  color: @blue-1;
76
76
  }
@@ -85,6 +85,7 @@ body.subsite-mkh {
85
85
  }
86
86
  }
87
87
 
88
+
88
89
  .search-action {
89
90
  background-color: @green-1;
90
91
  }
@@ -335,5 +335,3 @@ hr {
335
335
  border-radius: 4px;
336
336
  border: 1px solid #e5e5e5;
337
337
  }
338
-
339
-