Skip to content

Commit

Permalink
API-6221 - Adding style for markdown blockquote (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteslater-ee authored Dec 14, 2022
1 parent 69471bc commit b91d33c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/assets/css/ad-hoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ pre, code {
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
margin-top: 0;

section {
margin-bottom: 15px;
font-size: 1rem;
Expand All @@ -343,22 +344,34 @@ pre, code {
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}

blockquote {
color: #333;
border-left: 10px solid #b1b4b6;
padding-left: 20px;
margin-left: 0;
}

a:link {
color: #1d70b8;
}

a:hover {
color: #003078;
}

a:active {
color: #0b0c0c;
}

a:focus {
outline: 3px solid transparent;
color: #0b0c0c;
background-color: #fd0;
box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
text-decoration: none;
}

ul {
font-family: "GDS Transport",Arial,sans-serif;
-moz-osx-font-smoothing: grayscale;
Expand All @@ -371,6 +384,7 @@ pre, code {
padding-left: 20px;
list-style-type: disc;
}

ol {
font-family: "GDS Transport",arial,sans-serif;
-webkit-font-smoothing: antialiased;
Expand All @@ -387,6 +401,7 @@ pre, code {
padding-left: 20px;
list-style-type: decimal;
}

table {
font-family: "GDS Transport",arial,sans-serif;
-webkit-font-smoothing: antialiased;
Expand All @@ -401,19 +416,22 @@ pre, code {
border-spacing: 0;
border-collapse: collapse;
}

th {
padding: 10px 20px 10px 0;
border-bottom: 1px solid #b1b4b6;
text-align: left;
vertical-align: top;
font-weight: 700;
}

td {
padding: 5px 20px 5px 0;
border-bottom: 1px solid #b1b4b6;
text-align: left;
vertical-align: top;
}

td:last-child {
padding-right: 0;
}
Expand All @@ -424,16 +442,19 @@ pre, code {
margin-bottom: 20px;
font-size: 1.1875rem;
line-height: 1.31579;

ul {
margin-bottom: 20px;
font-size: 1.1875rem;
line-height: 1.31579;
}

ol {
font-size: 1.1875rem;
line-height: 1.31579;
margin-bottom: 20px;
}

section {
margin-bottom: 15px;
font-size: 1.1875rem;
Expand All @@ -443,6 +464,7 @@ pre, code {
-moz-osx-font-smoothing: grayscale;
font-weight: 400;
}

table {
font-size: 16px;
font-size: 1.1875rem;
Expand Down

0 comments on commit b91d33c

Please sign in to comment.