1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

if error line position is available, underline

This commit is contained in:
Steven Hugg
2020-08-20 11:41:58 -05:00
parent 74238b334f
commit eb7b665536
3 changed files with 26 additions and 10 deletions
+3
View File
@@ -28,6 +28,9 @@
.currentpc-marker-blocked {
color: #ffee33;
}
.mark-error {
text-decoration: underline wavy 1px #ff6666;
}
.tooltipbox {
position: relative;
display: inline-block;