vault backup: 2024-02-17 23:27:17
This commit is contained in:
6
.obsidian/plugins/dataview/styles.css
vendored
6
.obsidian/plugins/dataview/styles.css
vendored
@@ -3,6 +3,10 @@
|
||||
line-height: 1.0;
|
||||
}
|
||||
|
||||
.block-language-dataview {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
/** Table Views **/
|
||||
/*****************/
|
||||
@@ -19,7 +23,7 @@
|
||||
}
|
||||
|
||||
.table-view-table > tbody > tr:hover {
|
||||
background-color: var(--text-selection) !important;
|
||||
background-color: var(--table-row-background-hover);
|
||||
}
|
||||
|
||||
.table-view-table > thead > tr > th {
|
||||
|
||||
Reference in New Issue
Block a user