Add CSS
This commit is contained in:
parent
4df62cf9fb
commit
997bc170a5
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { Editor, MarkdownView, Plugin, WorkspaceLeaf } from "obsidian";
|
||||
|
||||
import "./styles.css";
|
||||
|
||||
import * as lib from "../../backend/sync_lib/pkg/sync_lib.js";
|
||||
import * as wasmBin from "../../backend/sync_lib/pkg/sync_lib_bg.wasm";
|
||||
import { SyncSettingsTab } from "./views/settings-tab";
|
||||
|
|
|
|||
|
|
@ -6,3 +6,7 @@ available in the app when your plugin is enabled.
|
|||
If your plugin does not need CSS, delete this file.
|
||||
|
||||
*/
|
||||
|
||||
main {
|
||||
background-color: brown;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue