Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
commented line 70 /* --ls-block-bullet-active-color: red; */
Browse files Browse the repository at this point in the history
Signed-off-by: Blueteafrog <[email protected]>
  • Loading branch information
Blueteafrog committed May 15, 2022
1 parent 288ba3b commit b244f73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ html[data-theme="dark"] {

--ls-block-properties-background-color: #292a2b;
--ls-page-properties-background-color: var(--ls-block-properties-background-color);
--ls-block-bullet-active-color: red;
/* --ls-block-bullet-active-color: red; */
--ls-search-background-color: var(--ls-primary-background-color);
--ls-border-color: #363636;
--ls-secondary-border-color: #3d3c3c;
Expand Down Expand Up @@ -1146,9 +1146,10 @@ input {
color: inherit;
transition: var(--transition);
}

.page-reference:hover,
.references-blocks .page-reference:hover {
background-color: var(--page-ref-bg-hover);
background-color: var(--page-ref-bg-hover);
}

.foldable-title h2 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Mocha Theme",
"title": "Mocha Theme",
"author": "blueteafrog",
"version": "0.1.3",
"version": "0.1.4",
"description": "Mocha theme features a light and dark mode with pronounced main content section.",
"logseq": {
"themes": [
Expand Down

0 comments on commit b244f73

Please sign in to comment.