Skip to content

Commit

Permalink
Updated MarkDown styling to match CollapseDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
davideby committed Dec 12, 2022
1 parent 746ea9d commit 4e59ecc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@

@import "{{ site.theme }}";

a small {
color:#333;
}

body {
font:16px/24px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
background: aliceblue;
color: #333;
}

h1 {
Expand All @@ -20,11 +26,17 @@ h2 {
h3 {
font-size: 20px;
line-height: 26px;
color:#333;
}

h4 {
font-size: 18px;
line-height: 22px;
color:#333;
}

h5, h6 {
color:#333;
}

/* modernist
Expand Down Expand Up @@ -56,6 +68,7 @@ header {
padding:20px 20px;

h1 {
font:40px/48px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 0px 0px 0px;
border-bottom: 0px;
padding-bottom: 0px;
Expand All @@ -73,6 +86,9 @@ section {
}

nav {
a {
color:#333;
}
width: 300px;
top: 150px;
margin-left:-660px;
Expand All @@ -91,4 +107,8 @@ nav {
}
}
}
}

ul {
list-style: disc;
}

0 comments on commit 4e59ecc

Please sign in to comment.