diff --git a/src/checklist-style.css b/src/checklist-style.css index 96c6874..496dbc7 100644 --- a/src/checklist-style.css +++ b/src/checklist-style.css @@ -104,6 +104,9 @@ a { a:hover { border-bottom: 2px solid #bf6bfe; } +a.no-underline { + border-bottom: none; +} ::-moz-selection { background: rgba(33, 16, 118, .75); text-shadow: none; diff --git a/src/open-source-checklist.html b/src/open-source-checklist.html index 2debac0..0e538ef 100644 --- a/src/open-source-checklist.html +++ b/src/open-source-checklist.html @@ -1,31 +1,60 @@
-