mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Things are a changing
This commit is contained in:
23
src/content/.obsidian/plugins/data-files-editor/styles.css
vendored
Normal file
23
src/content/.obsidian/plugins/data-files-editor/styles.css
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
|
||||
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.
|
||||
|
||||
*/
|
||||
|
||||
.datafile-source-view.mod-cm6 .cm-gutters {
|
||||
flex: 0 0 auto;
|
||||
background-color: transparent;
|
||||
color: var(--text-faint) !important;
|
||||
border-right: none !important;
|
||||
margin-inline-end: var(--file-folding-offset);
|
||||
font-size: var(--font-ui-smaller);
|
||||
z-index: 1;
|
||||
font-variant: tabular-nums;
|
||||
}
|
||||
|
||||
.cm-gutterElement.cm-activeLineGutter {
|
||||
background-color: #aaeeff44;
|
||||
}
|
||||
Reference in New Issue
Block a user