add markdown rendering for program
This commit is contained in:
parent
e376bc1389
commit
49f39f1ecb
6 changed files with 126 additions and 25 deletions
|
@ -69,6 +69,16 @@ p {
|
|||
line-height: 1.8;
|
||||
}
|
||||
|
||||
a.link {
|
||||
color: var(--color-primary);
|
||||
text-decoration: underline dotted var(--color-primary);
|
||||
font-weight: 500;
|
||||
transition: filter .1s ease-out;
|
||||
}
|
||||
a.link:hover {
|
||||
filter: brightness(.8);
|
||||
}
|
||||
|
||||
a.btn {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue