vault backup: 2024-09-20 09:52:19

This commit is contained in:
2024-09-20 09:52:19 +02:00
parent b186985ece
commit 78acfe2f0b
3 changed files with 9 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
{
"accentColor": "",
"cssTheme": "ITS Theme"
"cssTheme": "ITS Theme",
"enabledCssSnippets": [
"style"
]
}

5
.obsidian/snippets/style.css vendored Normal file
View File

@@ -0,0 +1,5 @@
table{
display: block;
margin-left: auto;
margin-right: auto;
}