GrapplingGravityDocumentation/GGDoc/.obsidian/snippets/Dataview.css

7 lines
121 B
CSS
Raw Permalink Normal View History

2024-09-30 21:28:06 +00:00
/* add a line between table's rows */
.table-view-table tr {
border-bottom: 1px dotted rgba(255, 255, 255, .1);
}