Skip to content

Commit

Permalink
💄 (#386): Experimenting with the hover colors of the btns
Browse files Browse the repository at this point in the history
  • Loading branch information
KAUR1984 committed Jul 20, 2023
1 parent f0e1b54 commit 719d1f1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,18 +337,24 @@ h3 {
padding: 0.5em 1em;
font-size: 1.2em;
font-weight: 500;
transition: background-color 0.5s;
/* transition: background-color 0.5s; */
margin: 0 0.1em 0 1em;
height: 1.8rem;
}

.header-btn:hover {
border: 0.1em solid var(--nri-blue);
border: 0.1em solid var(--nri-green);
color: var(--md-default-fg-color--light);
transition-duration: 0.4s;
transition-property: all;
}

.header-btn:hover > img {
filter: grayscale(100%);
transition-duration: 0.5s;
transition-property: all;
}

.large-text {
font-size: 1.4em;
}
Expand All @@ -358,7 +364,7 @@ h3 {
}

.nri-green-border {
border-color: var(--nri-dark-blue);
border-color: var(--nri-blue);
}

.icon-image {
Expand Down

0 comments on commit 719d1f1

Please sign in to comment.