1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

corrections

This commit is contained in:
Gaurav Panchal
2020-05-16 23:42:51 +05:30
parent 24497e764e
commit 982c33dafa
7 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
:root {
--bg-color: #ffffff;
--bg-alt-color: #f3f3f6;
--bg-secondary-color: #f3f3f6;
--color-primary: #14854F;
--color-lightGrey: #d2d6dd;
--color-grey: #747681;
@@ -92,7 +92,7 @@ p {
}
blockquote {
background-color: var(--bg-alt-color);
background-color: var(--bg-secondary-color);
padding: 1.5rem 2rem;
border-left: 3px solid var(--color-lightGrey);
}
@@ -117,7 +117,7 @@ table {
}
table.striped tr:nth-of-type(2n) {
background-color: var(--bg-alt-color);
background-color: var(--bg-secondary-color);
}
td,
@@ -149,11 +149,11 @@ kbd {
white-space: pre-wrap;
border-radius: 4px;
padding: 0.2em 0.4em;
background-color: var(--bg-alt-color);
background-color: var(--bg-secondary-color);
}
pre {
background-color: var(--bg-alt-color);
background-color: var(--bg-secondary-color);
font-size: 1em;
padding: 1rem;
overflow-x: auto;