Add files via upload

This commit is contained in:
Matthew Grove
2018-11-13 17:32:03 +00:00
committed by GitHub
parent 2b5c7f8c41
commit aef1859d84
2 changed files with 38 additions and 0 deletions

7
luhn-algorithm/style.css Normal file
View File

@@ -0,0 +1,7 @@
:root {
--mdc-theme-primary: #00897b;
--mdc-theme-secondary: #d84315;
}
.mdc-text-field-helper-text {
margin-bottom: 10px;
}