Figlet banner class
This commit is contained in:
parent
4e2b01779a
commit
7cd0b57a02
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue