mirror of
https://github.com/Crocmagnon/blog.git
synced 2025-04-01 15:06:25 +02:00
fix admonitions links & increase horizontal padding
This commit is contained in:
parent
5febe648e7
commit
7c3e0d664a
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
background-color: var(--nc-bg-2);
|
background-color: var(--nc-bg-2);
|
||||||
box-shadow: 0 0 8px -1px var(--nc-bg-3);
|
box-shadow: 0 0 8px -1px var(--nc-bg-3);
|
||||||
border: 1px solid var(--nc-bg-3);
|
border: 1px solid var(--nc-bg-3);
|
||||||
padding: 1ex;
|
padding: 1ex 1.5ex;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -63,3 +63,7 @@
|
||||||
--nc-bg-3: var(--danger-text);
|
--nc-bg-3: var(--danger-text);
|
||||||
color: var(--danger-text);
|
color: var(--danger-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admonition a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue