diff --git a/appendix.md b/appendix.md
index 02232ac..e08fd83 100644
--- a/appendix.md
+++ b/appendix.md
@@ -42,7 +42,12 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
{% for r in license[t] %}
{% if r contains req %}
-
+ {% if r contains "--" %}
+ {% assign lite = " lite" %}
+ {% else %}
+ {% assign lite = "" %}
+ {% endif %}
+
|
diff --git a/assets/css/application.scss b/assets/css/application.scss
index e462748..4c14552 100644
--- a/assets/css/application.scss
+++ b/assets/css/application.scss
@@ -254,6 +254,7 @@ strong {
.license-limitations span { background-position: -16px 0; width: 12px; height: 12px; }
.license-permissions span { background-position: -28px 0; width: 12px; height: 12px; }
.license-conditions span { background-position: -40px 0; width: 12px; height: 12px; }
+.lite span { opacity: 0.5; }
.license-rules-sidebar li {
float: none;