vault backup: 2024-12-05 15:37:49

This commit is contained in:
Jose
2024-12-05 15:37:49 +01:00
parent 7730137058
commit e37eb1f1b3
33 changed files with 249 additions and 81 deletions

20
.obsidian/snippets/warning.css vendored Normal file
View File

@@ -0,0 +1,20 @@
div.warn {
background-color: #ffc4c4;
border: 1px solid #ff8080;
border-radius: 5px;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
color: #8b0000;
}
div.warn > h4 {
margin-top: 0;
text-decoration: underline;
margin-bottom: 5px;
}
div.warn > p {
margin-top: 0;
margin-bottom: 0;
}