Skip to content

Commit

Permalink
v3.9.5 (New UI w horizontal nav)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterrager8 committed Mar 7, 2023
1 parent 7564112 commit 6a30fc3
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
MarkdownLab.egg-info/
*.pyc
.DS_Store
todos.json
todos.txt
8 changes: 6 additions & 2 deletions mdlab/static/index.css → mdlab/static/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ html[data-theme='mint'] {
--primary-txt: #00382a;
}

body, .form-control, .form-control:focus, .dropdown-item, .dropdown-menu, .btn-outline-secondary, .modal-content {
body, nav, .form-control, .form-control:focus, .dropdown-item, .dropdown-menu, .btn-outline-secondary, .modal-content {
background-color: var(--primary-bg);
color: var(--primary-txt);
}

.btn-outline-secondary:hover, .dropdown-toggle.show, .selected, .btn.active {
.btn-outline-secondary:hover, .dropdown-toggle.show, .selected, .btn.active, .dropdown-item:hover, .dropdown-item.active {
background-color: var(--primary-txt) !important;
border-color: var(--primary-txt) !important;
color: var(--primary-bg) !important;
Expand Down Expand Up @@ -98,3 +98,7 @@ div#note-reader code {
.selected {
border-radius: 3px;
}

.text-secondary {
color: var(--primary-txt) !important;
}
Loading

0 comments on commit 6a30fc3

Please sign in to comment.