mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
31 lines
569 B
CSS
31 lines
569 B
CSS
.App {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.excalidraw-wrapper {
|
|
height: 100%;
|
|
margin: 0px;
|
|
background-color: white;
|
|
}
|
|
|
|
.context-menu-option__shortcut {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.block-language-excalidraw {
|
|
text-align:center;
|
|
}
|
|
|
|
.excalidraw .github-corner {
|
|
display: none;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Virgil";
|
|
src: url("https://excalidraw.com/Virgil.woff2");
|
|
}
|
|
@font-face {
|
|
font-family: "Cascadia";
|
|
src: url("https://excalidraw.com/Cascadia.woff2");
|
|
} |