diff --git a/src/HL/V/Documentation.hs b/src/HL/V/Documentation.hs index 0e58954..e6268ff 100644 --- a/src/HL/V/Documentation.hs +++ b/src/HL/V/Documentation.hs @@ -29,7 +29,7 @@ online = do h2 [] "Online Resources" p [] "There are various online resources for learning Haskell; books, \ \articles, videos, etc. below are some of the highlights:" - + p [class_ "muted"] "Coming soon." report :: (Route App -> AttributeValue) -> Html report url = diff --git a/static/css/hl.css b/static/css/hl.css index 5239c8e..4a783db 100644 --- a/static/css/hl.css +++ b/static/css/hl.css @@ -34,6 +34,10 @@ h2 { color:#6e618d; } +.muted { + opacity: 0.6; +} + .footer { background-color:#323232; color:#999; @@ -247,10 +251,6 @@ h2 { color: #4c4c4c; } -.page-home .muted { - opacity: 0.6; -} - .page-home .try { margin-top: 10px; margin-bottom: 30px;