Figlet banner class

This commit is contained in:
Alex Selimov 2025-07-13 21:56:14 -04:00
parent 4e2b01779a
commit 7cd0b57a02
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -302,6 +302,13 @@ code code {
margin: 0;
}
.figlet-banner {
background-color: var(--background) !important;
overflow-x: auto;
white-space: pre;
border: 0px;
}
pre {
tab-size: 4;
background: color-mix(in srgb, var(--foreground) 5%, transparent) !important;