1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-12-04 21:52:13 +00:00

Add underline dotted style for hyperlinks

This commit is contained in:
Dmitry Shachnev 2025-07-29 14:48:08 +03:00 committed by Oliver Giles
parent 8206dc3735
commit 03c5aca663

View File

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