1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-12-05 06:02:13 +00:00

Add underline dotted style for hyperlinks

This commit is contained in:
Dmitry Shachnev 2025-07-29 14:48:08 +03:00
parent cea244a9b3
commit 0e60e27a32

View File

@ -158,7 +158,7 @@ a.active:hover { text-decoration: none; }
/* run console */
.console-log { padding: 15px; background-color: var(--ansi-black); }
.console-log code { white-space: pre-wrap; color: var(--ansi-white); }
.console-log a { color: var(--ansi-brightwhite); }
.console-log a { color: var(--ansi-brightwhite); text-decoration: underline dotted; }
/* text input (job filtering) */
input { padding: 5px 8px; }