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 {
|
||||
padding: 8px 1em;
|
||||
color: $helmDescriptionBlockqouteColor;
|
||||
border-left: 0.25em solid $helmDescriptionBlockqouteBorder;
|
||||
color: $helmDescriptionBlockquoteColor;
|
||||
border-left: 0.25em solid $helmDescriptionBlockquoteBorder;
|
||||
background: $helmDescriptionBlockquoteBackground;
|
||||
}
|
||||
|
||||
|
||||
@ -44,8 +44,8 @@
|
||||
"helmStableRepo": "#3d90ce",
|
||||
"helmIncubatorRepo": "#ff7043",
|
||||
"helmDescriptionHr": "#41474a",
|
||||
"helmDescriptionBlockqouteColor": "#bbb",
|
||||
"helmDescriptionBlockqouteBorder": "#8a8f93",
|
||||
"helmDescriptionBlockquoteColor": "#bbb",
|
||||
"helmDescriptionBlockquoteBorder": "#8a8f93",
|
||||
"helmDescriptionBlockquoteBackground": "#3b4348",
|
||||
"helmDescriptionHeaders": "#3e4147",
|
||||
"helmDescriptionH6": "#6a737d",
|
||||
|
||||
@ -45,8 +45,8 @@
|
||||
"helmStableRepo": "#3d90ce",
|
||||
"helmIncubatorRepo": "#ff7043",
|
||||
"helmDescriptionHr": "#dddddd",
|
||||
"helmDescriptionBlockqouteColor": "#555555",
|
||||
"helmDescriptionBlockqouteBorder": "#8a8f93",
|
||||
"helmDescriptionBlockquoteColor": "#555555",
|
||||
"helmDescriptionBlockquoteBorder": "#8a8f93",
|
||||
"helmDescriptionBlockquoteBackground": "#eeeeee",
|
||||
"helmDescriptionHeaders": "#3e4147",
|
||||
"helmDescriptionH6": "#6a737d",
|
||||
|
||||
@ -74,8 +74,8 @@ $helmImgBackground: var(--helmImgBackground);
|
||||
$helmStableRepo: var(--helmStableRepo);
|
||||
$helmIncubatorRepo: var(--helmIncubatorRepo);
|
||||
$helmDescriptionHr: var(--helmDescriptionHr);
|
||||
$helmDescriptionBlockqouteColor: var(--helmDescriptionBlockqouteColor);
|
||||
$helmDescriptionBlockqouteBorder: var(--helmDescriptionBlockqouteBorder);
|
||||
$helmDescriptionBlockquoteColor: var(--helmDescriptionBlockquoteColor);
|
||||
$helmDescriptionBlockquoteBorder: var(--helmDescriptionBlockquoteBorder);
|
||||
$helmDescriptionBlockquoteBackground: var(--helmDescriptionBlockquoteBackground);
|
||||
$helmDescriptionHeaders: var(--helmDescriptionHeaders);
|
||||
$helmDescriptionH6: var(--helmDescriptionH6);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user