darken based color changes, badge color white to grey

This commit is contained in:
Xevion
2020-08-11 14:23:45 -05:00
parent 8a13f240e3
commit ba19e8be5b
5 changed files with 17 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body { background-color: #0a0a0a; font-family: 'Roboto', sans-serif; }
body { background-color: $grey-0; font-family: 'Roboto', sans-serif; }
.ais-SearchBox-form {
border: none;