Skip to content

Commit

Permalink
update navbar color to rladies palette
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Jun 4, 2024
1 parent ce06b56 commit ef20fe3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
/* css styles */

.navbar {
background-color: #88398a;
}


.navbar-dark {
background-color: #BE830E;
background-color: #88398a;
}

a {
color: #BE830E;
color: #88398a;
}

a:hover { color: black; }

.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active {
color: #BE830E!important;
border-left: 1px solid #BE830E!important;
color: #88398a!important;
border-left: 1px solid #88398a!important;
}

div.callout-note.callout {
border-left-color: #BE830E;
border-left-color: #88398a;
}

div.callout-note.callout-titled .callout-icon::before {
Expand Down

0 comments on commit ef20fe3

Please sign in to comment.