Update link style in terminal

This commit is contained in:
Matt Parker
2025-08-02 13:59:03 +10:00
parent 31e4613965
commit 6982b11c4d

View File

@@ -4,6 +4,11 @@
@inject BuildService BuildService
@implements IDisposable
<style>
.xterm-underline-5.xterm-underline-5 { /* Specificity hack lol */
text-decoration: dotted underline;
}
</style>
<div style="width: 100%">
<Xterm @ref="@_terminalRef" Options="@_options" />