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:
parent
cea244a9b3
commit
0e60e27a32
@ -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; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user