Skip to content

Commit

Permalink
Sidebar navigation theme update
Browse files Browse the repository at this point in the history
Expanded state caret color fix
  • Loading branch information
simodjuric committed Sep 24, 2024
1 parent ca3e12c commit bd1f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<style>
:root {
--theme-color: #2ab762;
--sidebar-nav-pagelink-background-image--active: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 14 8' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 6 6 6-6' fill='none' stroke='%235f06e4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'/%3E%3C/svg%3E%0A");
--sidebar-nav-pagelink-background-image--active: url("data:image/svg+xml,%3Csvg height='8' viewBox='0 0 14 8' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 6 6 6-6' fill='none' stroke='%232ab762' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'/%3E%3C/svg%3E%0A");
--sidebar-background: #f3f3f3;
--sidebar-width: 20rem;
--notice-important-border-color: #ffc107;
Expand Down

0 comments on commit bd1f9db

Please sign in to comment.