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

basic: fixed css, star trader fixes

This commit is contained in:
Steven Hugg
2020-08-21 17:42:38 -05:00
parent eeae662e6b
commit b2df149fb3
3 changed files with 16 additions and 12 deletions
+4 -1
View File
@@ -29,7 +29,10 @@
color: #ffee33;
}
.mark-error {
text-decoration: underline wavy 1px #ff6666;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-color: #ff6666;
text-decoration-thickness: 1px;
}
.tooltipbox {
position: relative;