diff options
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; + } +} |
