vault backup: 2022-07-05 20:42:39

Affected files:
.obsidian/snippets/obsidian.css
This commit is contained in:
2022-07-05 20:42:39 +08:00
parent de85106688
commit 9946dbb4a6

View File

@@ -3,14 +3,7 @@
*/
.cm-header-1, .markdown-preview-section h1 {
color: #081f37;
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
background-repeat: no-repeat;
background-size: 100% 0.2em;
background-position: 0 88%;
transition: background-size 0.25s ease-in;
&:hover {
background-size: 100% 88%;
}
border-bottom: 3px solid #f9dd94;
}
.cm-header-2, .markdown-preview-section h2 {