fix admonitions links & increase horizontal padding

This commit is contained in:
Gabriel Augendre 2023-06-29 22:37:56 +02:00
parent 5febe648e7
commit 7c3e0d664a

View file

@ -31,7 +31,7 @@
background-color: var(--nc-bg-2);
box-shadow: 0 0 8px -1px var(--nc-bg-3);
border: 1px solid var(--nc-bg-3);
padding: 1ex;
padding: 1ex 1.5ex;
border-radius: 5px;
margin-bottom: 1rem;
}
@ -63,3 +63,7 @@
--nc-bg-3: var(--danger-text);
color: var(--danger-text);
}
.admonition a {
color: inherit;
}