chore: link consistency
This commit is contained in:
parent
3869f4fa35
commit
3c9c10f8f9
15 changed files with 25 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue