From 50fcc2604b73358e4d564cf903bb6b78946d856b Mon Sep 17 00:00:00 2001 From: Alexa B Date: Thu, 5 Nov 2020 04:47:31 -0500 Subject: [PATCH] bugfix: fix #187 and typo (#208) * docs: Fixed link to dev build instructions * docs: README installation clarification * docs: README installation clarification * update windows keystroke for task manager * More README alterations * Add bullet condensing & bullet lines tweaks * Revert "Add bullet condensing & bullet lines tweaks" This reverts commit 71bc6e2c3003f85328512fba442128a4d117d8da. * interactive hover color fixes #187 * README revert Co-authored-by: Tom --- README.md | 2 +- mods/dark+/styles.css | 3 ++- mods/dracula/styles.css | 3 ++- mods/tweaks/mod.js | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cc7adb..f0f046d 100644 --- a/README.md +++ b/README.md @@ -453,4 +453,4 @@ interested community members testing, coding and ideating features - some are li [contributors](https://github.com/dragonwocky/notion-enhancer/graphs/contributors) here on github, but many more have been helping out on discord and in emails. -individual modules have their original authors attributed. +individual modules have their original authors attributed. \ No newline at end of file diff --git a/mods/dark+/styles.css b/mods/dark+/styles.css index 4ed9764..1f0cdee 100644 --- a/mods/dark+/styles.css +++ b/mods/dark+/styles.css @@ -1,6 +1,7 @@ /* * dark+ * (c) 2020 dragonwocky (https://dragonwocky.me/) + * (c) 2020 Alexa Baldon (https://github.com/runargs) * under the MIT license */ @@ -19,7 +20,7 @@ --theme_dark--select_input: rgb(12, 12, 12); --theme_dark--table-border: rgba(46, 46, 46, 0.7); --theme_dark--ui-border: var(--theme_dark--table-border); - --theme_dark--interactive_hover: #020202; + --theme_dark--interactive_hover:rgba(55, 56, 56, 0.3); --theme_dark--option_hover-background: rgb(32, 32, 32); diff --git a/mods/dracula/styles.css b/mods/dracula/styles.css index b9d4e90..4400fd0 100644 --- a/mods/dracula/styles.css +++ b/mods/dracula/styles.css @@ -3,6 +3,7 @@ * (c) 2020 @mimishahzad386#5651 * (c) 2020 dracula * (c) 2020 dragonwocky (https://dragonwocky.me/) + * (c) 2020 Alexa Baldon (https://github.com/runargs) * under the MIT license */ @@ -24,7 +25,7 @@ --theme_dark--select_input: #474a5c; --theme_dark--table-border: #484b59; --theme_dark--ui-border: var(--theme_dark--table-border); - --theme_dark--interactive_hover: #3c3f50; + --theme_dark--interactive_hover: rgba(64, 73, 105, 0.7); --theme_dark--button_close: #ff5555; --theme_dark--selected: rgba(189, 147, 249, 0.3); diff --git a/mods/tweaks/mod.js b/mods/tweaks/mod.js index ae71b68..e753536 100644 --- a/mods/tweaks/mod.js +++ b/mods/tweaks/mod.js @@ -99,8 +99,8 @@ module.exports = { 'spaced_lines', 'hide_help', 'condensed_bullets', - 'indentation_lines' - 'scroll_db_toolbars', + 'indentation_lines', + 'scroll_db_toolbars' ] .filter((tweak) => store()[tweak]) .map((tweak) => `[${tweak}]`)