mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
used span and style attr
This commit is contained in:
parent
f66ee1814a
commit
c655a3f651
@ -54,11 +54,11 @@ module log(level = "INFO", level_color) {
|
||||
|
||||
// level text
|
||||
echo(
|
||||
str(
|
||||
"<b>",
|
||||
"<font color='", c, "'>",
|
||||
str(
|
||||
"<b>",
|
||||
"<span style='color:", c, "'>",
|
||||
lv,
|
||||
"</font>",
|
||||
"</span>",
|
||||
"</b>"
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user