Skip to content

Commit

Permalink
fix icon link colors (mne-tools#12301)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored and snwnde committed Mar 20, 2024
1 parent 08c8a21 commit 13de5dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
html[data-theme="light"] {
/* topbar logo links */
--mne-color-github: #000;
--mne-color-discourse: #000;
--mne-color-discourse: #d0232b;
--mne-color-mastodon: #2F0C7A;
/* code block copy button */
--copybtn-opacity: 0.75;
Expand Down Expand Up @@ -222,16 +222,16 @@ aside.footnote:last-child {
}

/* ******************************************************* navbar icon links */
#navbar-icon-links i.fa-square-github::before {
.navbar-icon-links i.fa-square-github::before {
color: var(--mne-color-github);
}
#navbar-icon-links i.fa-discourse::before {
.navbar-icon-links i.fa-discourse::before {
color: var(--mne-color-discourse);
}
#navbar-icon-links i.fa-discord::before {
.navbar-icon-links i.fa-discord::before {
color: var(--mne-color-discord);
}
#navbar-icon-links i.fa-mastodon::before {
.navbar-icon-links i.fa-mastodon::before {
color: var(--mne-color-mastodon);
}

Expand Down

0 comments on commit 13de5dc

Please sign in to comment.