Remove violet highlights from website (#3633)

This commit is contained in:
Markus Thömmes 2021-05-26 16:19:27 +02:00 committed by GitHub
parent b1943de470
commit 0055d0ea9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
:root {
--md-primary-fg-color: #1a7dc9;
--md-accent-fg-color: #1a7dc9;
--home-color: #0071c7;
}
.md-clipboard {

View File

@ -123,7 +123,7 @@ body {
.home-container .md-button--primary {
background-color: var(--md-primary-bg-color);
color: hsla(280deg, 37%, 48%, 1);
color: var(--md-accent-fg-color);
border-color: var(--md-primary-bg-color);
}