Skip to content

Commit

Permalink
add coles suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Jul 16, 2024
1 parent eefe58a commit 5322dac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ navbar .navbar .navbar__link[href*="self-managed"] {

.component-block {
transition: all 0.3s ease;
background-color: white;
color: #fc5d0d;
border-radius: 25px;
box-shadow: 4px 4px 4px 1px lightgray;
margin: 2px;
Expand All @@ -313,6 +311,15 @@ navbar .navbar .navbar__link[href*="self-managed"] {
transition: all 0.3s ease;
}

.component-block a {
color: var(--ifm-color-black);
}

.component-block a:hover {
color: var(--ifm-color-primary);
text-decoration: none;
}

div[class^="announcementBar_"] {
font-size: 120%;
padding: 1em 0;
Expand Down

0 comments on commit 5322dac

Please sign in to comment.