If you find FrontMatter useful, please consider sponsoring it, or if you use FrontMatter for work, please encourage your employer to sponsoring it.
diff --git a/assets/media/styles.css b/assets/media/styles.css index 10f0ac03..2df5fbea 100644 --- a/assets/media/styles.css +++ b/assets/media/styles.css @@ -470,4 +470,40 @@ input:checked + .field__toggle__slider:before { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; +} + +/* Sponsor */ +.sponsor { + opacity: 0.5; +} + +.sponsor:hover { + opacity: 1; +} + +.sponsor:hover svg { + fill: currentcolor; +} + +.sponsor svg { + height: 20px; + width: 20px; + margin-right: .25rem; +} + +.sponsor a { + display: flex; + align-items: center; + justify-content: center; + color: var(--vscode-foreground); + text-decoration: none; +} + +.sponsor a:hover { + color: var(--vscode-foreground); + text-decoration: none; +} + +.sponsor a > span { + margin-right: .25rem; } \ No newline at end of file diff --git a/src/commands/Dashboard.ts b/src/commands/Dashboard.ts index fad5f4a7..cb3fdb9c 100644 --- a/src/commands/Dashboard.ts +++ b/src/commands/Dashboard.ts @@ -222,7 +222,7 @@ export class Dashboard {
If you find FrontMatter useful, please consider sponsoring it, or if you use FrontMatter for work, please encourage your employer to sponsoring it.