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";
|
||||
|
|
|
|||
12
plugin/src/styles.css
Normal file
12
plugin/src/styles.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
|
||||
This CSS file will be included with your plugin, and
|
||||
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