This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/luhn-algorithm/style.css
2018-11-13 17:32:03 +00:00

8 lines
137 B
CSS

:root {
--mdc-theme-primary: #00897b;
--mdc-theme-secondary: #d84315;
}
.mdc-text-field-helper-text {
margin-bottom: 10px;
}