mirror of
https://github.com/krios2146/obsidian-theme-github.git
synced 2026-07-22 03:20:23 +00:00
parent
52e6fc8ac3
commit
610ca011f7
1 changed files with 15 additions and 0 deletions
15
theme.css
15
theme.css
|
|
@ -655,6 +655,21 @@ button.mod-cta:hover {
|
|||
background-color: var(--color-btn-primary-hover-bg);
|
||||
}
|
||||
|
||||
/* Callout */
|
||||
body {
|
||||
--callout-radius: 0;
|
||||
--callout-border-width: 0;
|
||||
--callout-padding: 0 1em;
|
||||
}
|
||||
.callout {
|
||||
border-left: 0.25em solid var(--color-base-40);
|
||||
background-color: transparent;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.callout-content p {
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
|
||||
/* Kanban */
|
||||
.kanban-plugin {
|
||||
background-color: var(--kanban-background);
|
||||
|
|
|
|||
Loading…
Reference in a new issue