chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-03 08:22:35 -07:00
parent 192fcbfcf9
commit cc917e45c5
No known key found for this signature in database
19 changed files with 42 additions and 54 deletions

View file

@ -18,27 +18,27 @@ body {
}
::-moz-selection {
color: var(--color-lightest);
color: var(--text-color-inverted);
background: var(--accent-color);
}
::selection {
color: var(--color-lightest);
color: var(--text-color-inverted);
background: var(--accent-color);
}
p {
margin: var(--margin-vertical-base-horizontal-zero);
overflow: visible;
}
& a {
text-decoration: underline;
text-underline-offset: var(--spacing-xs);
}
:is(p, ul, ol) a {
text-decoration: underline;
text-underline-offset: var(--spacing-xs);
}
.highlight-text {
color: var(--color-lightest);
color: var(--text-color-inverted);
background-color: var(--accent-color);
padding: var(--spacing-xs);
border-radius: var(--border-radius-slight);

View file

@ -19,7 +19,7 @@ button,
font-weight: var(--font-weight-bold);
line-height: var(--line-height-base);
white-space: nowrap;
color: var(--color-lightest);
color: var(--text-color-inverted);
background-color: var(--accent-color);
appearance: none;
transition-property: border;

View file

@ -50,5 +50,9 @@ select {
& li {
margin: var(--spacing-sm) 0;
& a {
text-decoration: none;
}
}
}

View file

@ -15,6 +15,10 @@ menu {
margin: 0;
display: flex;
& a {
text-decoration: none;
}
& .icon > svg,
& .active > svg {
display: block;

View file

@ -96,10 +96,6 @@
& .title {
font-weight: var(--font-weight-bold);
&.window {
margin-bottom: calc(var(--spacing-sm) * -1);
}
}
& .title,

View file

@ -54,9 +54,9 @@
--books-light: #1a7b1a;
--collected-light: #9a501a;
--concerts-light: #cb426e;
--country-light: #1a908d;
--country-light: #146a67;
--error-light: #b81f1f;
--favorite-light: #cc5490;
--favorite-light: #b03c72;
--link-light: #7b5cba;
--music-light: #1565c3;
--newsletter-light: #37b0b0;