mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: blockquote
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
2eb7d69caf
commit
6188b1d05b
@ -383,8 +383,8 @@
|
|||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
padding: 8px 1em;
|
padding: 8px 1em;
|
||||||
color: $helmDescriptionBlockqouteColor;
|
color: $helmDescriptionBlockquoteColor;
|
||||||
border-left: 0.25em solid $helmDescriptionBlockqouteBorder;
|
border-left: 0.25em solid $helmDescriptionBlockquoteBorder;
|
||||||
background: $helmDescriptionBlockquoteBackground;
|
background: $helmDescriptionBlockquoteBackground;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -44,8 +44,8 @@
|
|||||||
"helmStableRepo": "#3d90ce",
|
"helmStableRepo": "#3d90ce",
|
||||||
"helmIncubatorRepo": "#ff7043",
|
"helmIncubatorRepo": "#ff7043",
|
||||||
"helmDescriptionHr": "#41474a",
|
"helmDescriptionHr": "#41474a",
|
||||||
"helmDescriptionBlockqouteColor": "#bbb",
|
"helmDescriptionBlockquoteColor": "#bbb",
|
||||||
"helmDescriptionBlockqouteBorder": "#8a8f93",
|
"helmDescriptionBlockquoteBorder": "#8a8f93",
|
||||||
"helmDescriptionBlockquoteBackground": "#3b4348",
|
"helmDescriptionBlockquoteBackground": "#3b4348",
|
||||||
"helmDescriptionHeaders": "#3e4147",
|
"helmDescriptionHeaders": "#3e4147",
|
||||||
"helmDescriptionH6": "#6a737d",
|
"helmDescriptionH6": "#6a737d",
|
||||||
|
|||||||
@ -45,8 +45,8 @@
|
|||||||
"helmStableRepo": "#3d90ce",
|
"helmStableRepo": "#3d90ce",
|
||||||
"helmIncubatorRepo": "#ff7043",
|
"helmIncubatorRepo": "#ff7043",
|
||||||
"helmDescriptionHr": "#dddddd",
|
"helmDescriptionHr": "#dddddd",
|
||||||
"helmDescriptionBlockqouteColor": "#555555",
|
"helmDescriptionBlockquoteColor": "#555555",
|
||||||
"helmDescriptionBlockqouteBorder": "#8a8f93",
|
"helmDescriptionBlockquoteBorder": "#8a8f93",
|
||||||
"helmDescriptionBlockquoteBackground": "#eeeeee",
|
"helmDescriptionBlockquoteBackground": "#eeeeee",
|
||||||
"helmDescriptionHeaders": "#3e4147",
|
"helmDescriptionHeaders": "#3e4147",
|
||||||
"helmDescriptionH6": "#6a737d",
|
"helmDescriptionH6": "#6a737d",
|
||||||
|
|||||||
@ -74,8 +74,8 @@ $helmImgBackground: var(--helmImgBackground);
|
|||||||
$helmStableRepo: var(--helmStableRepo);
|
$helmStableRepo: var(--helmStableRepo);
|
||||||
$helmIncubatorRepo: var(--helmIncubatorRepo);
|
$helmIncubatorRepo: var(--helmIncubatorRepo);
|
||||||
$helmDescriptionHr: var(--helmDescriptionHr);
|
$helmDescriptionHr: var(--helmDescriptionHr);
|
||||||
$helmDescriptionBlockqouteColor: var(--helmDescriptionBlockqouteColor);
|
$helmDescriptionBlockquoteColor: var(--helmDescriptionBlockquoteColor);
|
||||||
$helmDescriptionBlockqouteBorder: var(--helmDescriptionBlockqouteBorder);
|
$helmDescriptionBlockquoteBorder: var(--helmDescriptionBlockquoteBorder);
|
||||||
$helmDescriptionBlockquoteBackground: var(--helmDescriptionBlockquoteBackground);
|
$helmDescriptionBlockquoteBackground: var(--helmDescriptionBlockquoteBackground);
|
||||||
$helmDescriptionHeaders: var(--helmDescriptionHeaders);
|
$helmDescriptionHeaders: var(--helmDescriptionHeaders);
|
||||||
$helmDescriptionH6: var(--helmDescriptionH6);
|
$helmDescriptionH6: var(--helmDescriptionH6);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user