mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
24 lines
272 B
CSS
24 lines
272 B
CSS
text {
|
|
fill: #aaa;
|
|
}
|
|
|
|
rect:hover {
|
|
stroke: #555;
|
|
stroke-width: 0.5px;
|
|
}
|
|
|
|
/*
|
|
* Default color scale
|
|
*/
|
|
|
|
.color-empty {
|
|
fill: var(--background-modifier-border);
|
|
}
|
|
|
|
.color-filled {
|
|
fill: var(--text-accent);
|
|
}
|
|
|
|
#color-elem {
|
|
color: var(--text-accent);
|
|
} |