mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
38 lines
798 B
CSS
38 lines
798 B
CSS
.theme-dark img[alt*="supernote-invert-dark"] {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-light img[alt*="supernote-invert-light"] {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-dark img.supernote-invert-dark {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.theme-light img.supernote-invert-light {
|
|
filter: invert(1);
|
|
}
|
|
|
|
/* Custom dictionary settings styles */
|
|
.supernote-settings-custom-dictionary-subtitle {
|
|
padding: 0 0 0.75em;
|
|
}
|
|
|
|
.supernote-settings-custom-dictionary-entries {
|
|
display: block;
|
|
}
|
|
|
|
.supernote-settings-custom-dictionary table {
|
|
margin-block-start: var(--size-4-2);
|
|
margin-block-end: var(--size-2-1);
|
|
font-size: smaller;
|
|
}
|
|
|
|
.supernote-settings-custom-dictionary table, .supernote-settings-custom-dictionary table input {
|
|
width: 100%;
|
|
}
|
|
|
|
.supernote-settings-custom-dictionary table th {
|
|
text-align: start;
|
|
}
|