feat: update to minimal night owl theme
This commit is contained in:
565
.obsidian/plugins/hotkey-helper/main.js
vendored
565
.obsidian/plugins/hotkey-helper/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "hotkey-helper",
|
||||
"name": "Hotkey Helper",
|
||||
"version": "0.3.11",
|
||||
"minAppVersion": "0.13.19",
|
||||
"version": "0.3.18",
|
||||
"minAppVersion": "1.2.8",
|
||||
"description": "Easily see and access any plugin's settings or hotkey assignments (and conflicts) from the Community Plugins tab",
|
||||
"author": "PJ Eby",
|
||||
"authorUrl": "https://github.com/pjeby"
|
||||
|
||||
4
.obsidian/plugins/hotkey-helper/styles.css
vendored
4
.obsidian/plugins/hotkey-helper/styles.css
vendored
@@ -1,4 +1,6 @@
|
||||
.clickable-icon.mod-error, .modal .community-plugin-info button.mod-error {
|
||||
.clickable-icon.mod-error,
|
||||
.modal .community-plugin-info button.mod-error,
|
||||
.modal-container .mod-community-plugin .community-modal-button-container button.mod-error {
|
||||
background-color: var(--background-modifier-error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user