diff --git a/appendix.md b/appendix.md index a6bce70..209107d 100644 --- a/appendix.md +++ b/appendix.md @@ -11,7 +11,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f {% assign types = "permissions|conditions|limitations" | split: "|" %} - + {% assign seen_tags = '' %} {% for type in types %} diff --git a/assets/css/application.scss b/assets/css/application.scss index 3c6cda5..c080893 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -6,6 +6,7 @@ body { background: #fafafa; + --backgroundColor: #fafafa; color: #5c5855; font: 0.875rem/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -13,6 +14,7 @@ body { @media (prefers-color-scheme: dark) { body { background: #212121; + --backgroundColor: #212121; color: #d0c8c1; }
License