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:
parent
8206dc3735
commit
03c5aca663
@ -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; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user