Minor color changes in style.css and style-colors.css

This commit is contained in:
Retro_Guy 2021-03-24 19:12:08 -07:00
parent 829e357e0e
commit 1e7d9fabdc
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
--color-bg-alt: #333545;
--color-text-alt: #4488BB;
--color-text-quote: teal;
--color-title: #BBAAAA;
--color-title: #D1BEBE;
--color-link: #00BFDF;
--color-visited: #6688BB;
--color-border: #828282;
@ -16,5 +16,6 @@
/* overboard date line */
--color-ob-date: #9966CC;
}
--color-search-result: #B266CC;
}

View File

@ -72,7 +72,7 @@
}
.search_result {
color: var(--color-ob-date);
color: var(--color-search-result);
}
/* Title */