Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
added dark mode css for release-date class
  • Loading branch information
shvmm authored Dec 12, 2024
1 parent 8bacfa6 commit 0a4e347
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,12 @@ div.body p, div.body dd, div.body li, div.body blockquote {
}

.release-date {
font-size: 10px;
padding: 0 4px 0 4px;
font-size: 12px;
padding: 0 5px 0 5px;
background: #e8edf0;
height: fit-content;
color: #007fa8;
font-weight: 500;
border-radius: 4px;
letter-spacing: .025rem;
border-radius: 5px;
}

/* New branding changes */
Expand Down Expand Up @@ -475,6 +473,15 @@ img.logo {
.pagefind-ui__form, .pagefind-modular-input, .search-results {
color: #ececec !important;
}

.release-date {
font-size: 12px;
padding: 0 5px 0 5px;
background: #393939;
height: fit-content;
color: #3fc3ff;
border-radius: 4px;
}

:root {
--pagefind-ui-primary: #eeeeee;
Expand Down

0 comments on commit 0a4e347

Please sign in to comment.