Skip to content

Commit

Permalink
Temporary Commit for color changing (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: piyushjindal <[email protected]>
  • Loading branch information
jindaliiita and piyushjindal authored May 5, 2023
1 parent 0b99c1b commit 1f2e834
Show file tree
Hide file tree
Showing 19 changed files with 377 additions and 377 deletions.
2 changes: 1 addition & 1 deletion blocks/article-feed/article-feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ main .article-feed-container > .default-content-wrapper a:hover + .icon {
cursor: pointer;
}
.article-feed .pagination-bullet.active {
background: #008533;
background: #006125;
width: 26px;
border-radius: 35px;
opacity: 1;
Expand Down
2 changes: 1 addition & 1 deletion blocks/article-feed/article-feed.less
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ main .article-feed-container {
cursor: pointer;

&.active {
background: #008533;
background: #006125;
width: 26px;
border-radius: 35px;
opacity: 1;
Expand Down
2 changes: 1 addition & 1 deletion blocks/banner/banner_variables.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import (reference) '../../styles/variables.less';

@color_1: #333;
@color_2: #008533;
@color_2: #006125;
@font_family_1: "Open Sans Regular";
@font_family_2: "Open Sans Semibold";
2 changes: 1 addition & 1 deletion blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
border: none;
background-color: transparent;
font-family: "Open Sans Bold";
color: #008533;
color: #006125;
}
.cards .cards-body p.button-container > a:has(.icon) {
overflow: visible;
Expand Down
2 changes: 1 addition & 1 deletion blocks/cards/cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ autocomment();
border: none;
background-color: transparent;
font-family: "Open Sans Bold";
color: #008533;
color: #006125;

&:has(.icon) {
overflow: visible;
Expand Down
6 changes: 3 additions & 3 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ input[type="range"]:focus::-webkit-slider-thumb {
margin: unset;
padding: unset;
cursor: pointer;
color: #008533;
color: #006125;
font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
}
.calculator .Output .form-exploreRate input[type="checkbox"] {
Expand All @@ -376,7 +376,7 @@ input[type="range"]:focus::-webkit-slider-thumb {
content: url(/icons/down-arrow.svg);
font-size: 16px;
cursor: pointer;
color: #008533;
color: #006125;
margin-left: 16px;
width: 24px;
height: 24px;
Expand Down Expand Up @@ -426,7 +426,7 @@ input[type="range"]:focus::-webkit-slider-thumb {
.calculator .form-summary button {
cursor: pointer;
background-color: transparent;
color: #008533;
color: #006125;
}
.calculator .form-summary button::after {
content: url(/icons/diagonal-arrow.svg);
Expand Down
8 changes: 4 additions & 4 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ header primary-nav .nav-sections > ul > li a {
color: #17252e;
}
header primary-nav .nav-sections > ul > li a:hover {
color: #008533;
color: #006125;
}
header primary-nav .nav-sections > ul > li:first-child a {
color: #008533;
color: #006125;
}
header primary-nav .nav-brand {
margin: 3px 20px 3px 91px;
Expand Down Expand Up @@ -84,7 +84,7 @@ header primary-nav .nav-tools > div span:hover {
color: #17252e;
}
header primary-nav .nav-tools > div:hover {
color: #008533;
color: #006125;
}
header primary-nav .nav-tools .nav-tools-search {
display: none;
Expand Down Expand Up @@ -339,7 +339,7 @@ header .sticky {
}
header secondary-nav .nav-sections > ul > li[aria-expanded='true']::before {
content: ' ';
border: 2px solid #008533;
border: 2px solid #006125;
display: block;
transform: translateY(45px);
}
Expand Down
Loading

0 comments on commit 1f2e834

Please sign in to comment.