note adjustments

This commit is contained in:
Alejandro Gomez
2023-01-20 16:57:45 +01:00
parent c6e0c2b7c9
commit 6f1a4c0cd0
6 changed files with 36 additions and 29 deletions

View File

@ -1,5 +1,9 @@
.text a {
color: var(--highlight);
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}
.text h1 {
@ -26,6 +30,10 @@
margin-bottom: 4px;
}
.text p:last-child {
margin-bottom: 0;
}
.text pre {
margin: 0;
}