chore: link consistency

This commit is contained in:
Cory Dransfeldt 2024-03-04 10:24:23 -08:00
parent 3869f4fa35
commit 3c9c10f8f9
No known key found for this signature in database
15 changed files with 25 additions and 33 deletions

View file

@ -58,6 +58,7 @@ blockquote {
/* links */
a {
transition-property: color;
text-decoration: none;
}
a,
@ -126,10 +127,6 @@ table {
border: 1px solid var(--gray-light);
}
table a {
text-decoration: none;
}
table,
th,
td {
@ -282,7 +279,6 @@ footer nav:last-child span:not(.active) {
:is(.main__title, footer nav:last-child) a {
color: var(--text-color);
text-decoration: none;
}
.highlight-text {
@ -407,10 +403,6 @@ li {
display: none !important;
}
.no-underline {
text-decoration: none !important;
}
.text--centered {
text-align: center !important;
}