Files
textual/docs/examples/styles/links.css
2022-10-11 11:22:24 +01:00

7 lines
121 B
CSS

#custom {
width: auto;
link-color: black 90%;
link-background: dodgerblue;
link-style: bold underline;
}