Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
change colours
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamormocea committed Nov 17, 2021
1 parent 2a3183d commit 343e1ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/addons/volto-addons/imagecards/carousel.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
padding: 15px;
padding-left: 50px;
margin-bottom: 15px;
background-color: white;
background-color: #f6f6f5;
border-radius: 2px;
-webkit-box-shadow: 0px 1px 6px 0 #c7d5d8;
-moz-box-shadow: 0px 1px 6px 0 #c7d5d8;
box-shadow: 0px 1px 6px 0 #c7d5d8;
color: #7b1;
color: #6fb22c;
font-weight: bold;
text-transform: uppercase;
}
Expand Down Expand Up @@ -115,7 +115,7 @@
height: 70px;

padding: 10px;
background-color: #588613;
background-color: #168130ad;
color: white;
font-weight: bold;

Expand All @@ -126,7 +126,7 @@
}

a:hover {
background-color: #49730a;
background-color: #005c30cf;
color: white;
}
}
Expand Down

0 comments on commit 343e1ba

Please sign in to comment.