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

@ -49,7 +49,6 @@ button:not(.theme__toggle, .share, .pagefind-ui__search-clear) {
background-color: var(--accent-color);
appearance: none;
border: none;
text-decoration: none;
transition-property: background-color;
}

View file

@ -35,7 +35,6 @@
font-size: var(--font-size-2xl);
line-height: var(--line-height-2xl);
font-weight: 900;
text-decoration: none;
margin: 0;
transition-property: color;
transition-timing-function: var(--transition-ease-in-out);
@ -48,6 +47,10 @@
color: var(--accent-color-hover);
}
.pagefind-ui__results-area {
margin-bottom: var(--sizing-base);
}
:is(input[type="text"], input[type="search"]).pagefind-ui__search-input {
padding-left: 2.375rem !important;
padding-top: 0 !important;
@ -73,7 +76,6 @@
.pagefind-ui__result-link {
font-size: var(--font-size-2xl) !important;
color: var(--accent-color) !important;
text-decoration: none !important;
}
.pagefind-ui__result-link:hover,
@ -90,7 +92,6 @@
margin: 0 var(--sizing-xs) var(--sizing-md) 0;
cursor: pointer !important;
height: unset !important;
text-decoration: none;
background-color: var(--accent-color) !important;
transition-property: background-color;
transition-timing-function: var(--transition-ease-in-out);

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;
}