Skip to content

Commit

Permalink
Merge pull request #75 from hehtao-3381nwu/hehtao-fix
Browse files Browse the repository at this point in the history
[fix] dark theme display error
  • Loading branch information
YiNNx authored Oct 30, 2023
2 parents a39117d + 131e54a commit f320b6a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
22 changes: 21 additions & 1 deletion lapis-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/* Primary Color */
--bg-color: #1e222a;
--side-bar-bg-color: #181c24;
--panel-bg-color: #40464f;
/* Background */

--code-color: #abbad4;
Expand Down Expand Up @@ -107,6 +108,25 @@ table.md-table.md-table td {
background-color: var(--side-bar-bg-color);
}

/*
* megamenu
*/

#recent-file-panel {
color: var(--text-color);
}
#recent-file-panel-action-btn {
background-color: var(--bg-color);
}
#recent-file-panel-action-btn-container {
color: rgba(146, 146, 146, 0.56);
}
#recent-file-panel tbody tr:nth-child(2n-1) {
background-color: var(--panel-bg-color);
}
.megamenu-menu-panel .btn {
border: 1px solid #9292928f;
}

/*
* Task List
Expand Down Expand Up @@ -310,4 +330,4 @@ cm-s-inner .cm-link,

::-webkit-scrollbar-thumb {
background: var(--block-bg-color);
}
}
16 changes: 16 additions & 0 deletions lapis.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@
margin-bottom: 20rem;
}

.searchpanel-search-option-btn {
position: absolute;
width: 24px;
height: 16px;
right: 5px;
top: 5px;
z-index: 99;
cursor: pointer;
margin-top: 1px;
padding: 1px;
border-radius: 3px;
line-height: 10px;
border: 1px solid #ddd;
border-color: var(--active-toggle-btn-color);
}

/* Strong */

#write strong {
Expand Down

0 comments on commit f320b6a

Please sign in to comment.