playground: Make query error underlines render in safari

This commit is contained in:
Max Brunsfeld 2021-11-22 16:04:45 -08:00
parent 224e79ca27
commit 65746afeff
2 changed files with 2 additions and 0 deletions

View file

@ -166,6 +166,7 @@
.query-error {
text-decoration: underline red dashed;
-webkit-text-decoration: underline red dashed;
}
</style>
</body>

View file

@ -185,4 +185,5 @@ a.highlighted {
.query-error {
text-decoration: underline red dashed;
-webkit-text-decoration: underline red dashed;
}