Skip to content

Commit

Permalink
wip: adapt legacy styles to somewhat match shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Nov 8, 2023
1 parent 2a391b7 commit b0db96e
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 114 deletions.
2 changes: 1 addition & 1 deletion docs/dev_notes.md
Expand Up @@ -102,7 +102,7 @@ Processo:
- [ ][3h] change password modal
- [ ][1h] change temp password prompt
- [ ][2d] light/dark theme
- [ ][1d] adapt legacy styles to somewhat match shadcn
- [x][1d] adapt legacy styles to somewhat match shadcn
- [ ][3h] full cleanup of legacy code
- [ ] removing the replaced page templates
- [ ] remove playerlist code
Expand Down
4 changes: 2 additions & 2 deletions web/parts/header.ejs
Expand Up @@ -82,10 +82,10 @@
<ul class="c-header-nav ml-auto mr-4">
<li class="c-header-nav-item mx-1">
<div id="darkToggleArea" title="Have you tried our Dark Mode yet? 😎">
<svg class="c-sidebar-nav-icon d-none" id="darkToggleLight">
<svg class="c-sidebar-nav-icon d-none" id="darkToggleLight" style="color: gray;">
<use href="img/coreui_icons.svg#cil-sun"></use>
</svg>
<svg class="c-sidebar-nav-icon" id="darkToggleDark">
<svg class="c-sidebar-nav-icon" id="darkToggleDark" style="color: gray;">
<use href="img/coreui_icons.svg#cil-moon"></use>
</svg>
</div>
Expand Down

0 comments on commit b0db96e

Please sign in to comment.