Bringing back the purple button (#3717)

* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Revert "Revert "bringing back the purple""

This reverts commit 181ba3d26a.
This commit is contained in:
Omer B 2021-06-03 07:47:44 -04:00 committed by GitHub
parent b40c7dff50
commit 9a10239296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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

View File

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