mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
29 lines
223 B
SCSS
29 lines
223 B
SCSS
pre,
|
|
blockquote {
|
|
color: #444;
|
|
}
|
|
|
|
.log1 {
|
|
color: purple;
|
|
}
|
|
|
|
.log2 {
|
|
color: yellow;
|
|
}
|
|
|
|
.log3 {
|
|
color: blue;
|
|
}
|
|
|
|
.log4 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.log5 {
|
|
/* text-decoration: underline; */
|
|
}
|
|
|
|
pre {
|
|
overflow: auto;
|
|
}
|