Skip to content

Commit

Permalink
added the button back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Arta Seyedian committed Jun 13, 2024
1 parent 427056f commit 92fe5b4
Showing 1 changed file with 11 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@
}
}

.btn-subtle {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-subtle:hover, .btn-subtle:focus {
background-color: rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.5);
}

.jumbotron {
background-color: transparent;
}
Expand All @@ -71,22 +82,5 @@
}


// .btn-subtle {
// color: #ffffff;
// background-color: rgba(255, 255, 255, 0.2);
// border: 1px solid rgba(255, 255, 255, 0.3);
// }

// .btn-subtle:hover, .btn-subtle:focus {
// background-color: rgba(255, 255, 255, 0.3);
// border-color: rgba(255, 255, 255, 0.5);
// }

// a {
// color: var(--ds-home-news-link-color);

// @include hover {
// color: var(--ds-home-news-link-hover-color);
// }
// }
// }

0 comments on commit 92fe5b4

Please sign in to comment.