diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-17 09:20:44 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-17 09:25:28 +0200 |
| commit | aa216b750fe2a09d948090081ddcf94e7812a4a9 (patch) | |
| tree | d2fad40783b0552e1cd9a8d04a0cfa7c2abd6596 /assets | |
| parent | 7dc20a926680b90baa8cb546a04424ebad27fd43 (diff) | |
| download | writefreesoftware.org-aa216b750fe2a09d948090081ddcf94e7812a4a9.tar.xz | |
Choosing a license
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sass/_custom.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index 7a26904..6bc4a7a 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -80,3 +80,19 @@ ol li::marker { max-width: 100%; } } + +.pros ul { + list-style-type: "✓ "; + + & ::marker { + color: #4CAF50; + } +} + +.cons ul { + list-style-type: "✗ "; + + & ::marker { + color: #F44336; + } +} |
