Add see-also shortcode

This commit is contained in:
2022-05-03 22:09:18 -05:00
parent 87a6da5c41
commit 2731d9795f
2 changed files with 20 additions and 0 deletions

View File

@ -305,6 +305,19 @@
*/
/* See also formating */
.see-also {
background-color: var(--background-2);
padding: 8px 12px;
border-radius: 8px;
margin: 10px 0;
}
.see-also p {
margin: 0;
}
/* Back to top */
#back-to-top {
position: fixed;