Fix a couple of stylelint violations

This commit is contained in:
jvoisin
2020-12-23 18:14:42 +01:00
parent e829e7a064
commit 334b3fc636
5 changed files with 18 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
:root {
--yellow-pale: rgba(247, 181, 0, 0.1);
--green79: #67B279;
--green79: #67b279;
--gray-a5: #a5a5a5;
--gray-d8: #d8d8d8;
--gray-f3: #F3F3F3;
--gray-f3: #f3f3f3;
--font-family-monospace: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}