mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
7 lines
165 B
CSS
7 lines
165 B
CSS
/* Render literal-block like terminal output */
|
|
.section pre.literal-block {
|
|
border-radius: 8px;
|
|
background-color: #1e1e1e !important;
|
|
color: #ffffff;
|
|
}
|