💄 style: redesign block quotes

This commit is contained in:
welpo
2023-08-06 21:19:31 +02:00
parent 113a7f4e5d
commit e3ee95d718
4 changed files with 6 additions and 10 deletions

View File

@@ -64,7 +64,6 @@
--divider-color: #d7d7d7;
--text-color: #222226;
--text-color-high-contrast: #313333;
--quote-color: #355f62;
--border-color: #727272;
--meta-color: #5b5b65;
--codeblock-bg: #272430;
@@ -85,7 +84,6 @@
--divider-color: #4a4a4a;
--text-color: #D4D4D4;
--text-color-high-contrast: #eceeef;
--quote-color: #a9c5c7;
--border-color: black;
--meta-color: #B0B0B0;
--codeblock-bg: #151515;

View File

@@ -71,8 +71,7 @@ hr {
}
blockquote {
border-left: 0.2rem solid var(--primary-color);
color: var(--quote-color);
border-left: 0.3rem solid var(--primary-color);
margin: 0;
padding-left: 1em;
}
@@ -149,9 +148,8 @@ hr {
}
.info-box {
border: 1px solid #087E96;
border: 1px solid var(--primary-color);
border-left-width: 0.3rem;
background-color: #d1f3f8;
padding: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;