From 5d25abaeb54ed8f99dcf7ea9754ac6b6adfe88ee Mon Sep 17 00:00:00 2001 From: Kareddy Indira Priyadarshini <158243417+KareddyIndirapriyadarshini@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:23:15 +0530 Subject: [PATCH 1/2] Update documentation.markdown --- site/documentation.markdown | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/site/documentation.markdown b/site/documentation.markdown index 595d8e0..4b624e9 100644 --- a/site/documentation.markdown +++ b/site/documentation.markdown @@ -4,11 +4,17 @@ page: documentation isDocumentation: true --- -# Documentation - -This page lists various resources to help you with Haskell. Resources marked with \[$$\] require payment. - -If you are new to Haskell and are not sure where to start from, we recommend [CIS194](https://www.seas.upenn.edu/~cis194/spring13/lectures.html). CIS194 is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical and will guide you from the basics to advanced features of the language. +
+

Documentation

+

+ This page lists various resources to help you with Haskell. Resources marked with [$$] require payment. +

+

+ If you are new to Haskell and are not sure where to start from, we recommend + CIS194. + CIS194 is the introductory Haskell course of the University of Pennsylvania; it is free, thorough, practical, and will guide you from the basics to advanced features of the language. +

+
## Introductory Books for Learning Haskell From da09004af0ab183ea1bde32df3f98e3dd8cef96c Mon Sep 17 00:00:00 2001 From: Kareddy Indira Priyadarshini <158243417+KareddyIndirapriyadarshini@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:24:18 +0530 Subject: [PATCH 2/2] Update hl.css --- site/css/hl.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/css/hl.css b/site/css/hl.css index bc6c367..4d5c092 100644 --- a/site/css/hl.css +++ b/site/css/hl.css @@ -4744,8 +4744,9 @@ pre .hs-keyglyph { color: #f0ad4e; } .bs-callout-info { - border-left-color: #5bc0de; + border-left-color: #9E358F; } .bs-callout-info h4 { - color: #5bc0de; + color: #000; } +