added code styles to cloud messages

pull/148/head
Scott Anderson 2019-04-11 09:48:47 -06:00
parent 31336b4dbd
commit 83caecae73
3 changed files with 9 additions and 1 deletions

View File

@ -281,7 +281,7 @@
border-radius: 0 $border-radius $border-radius 0;
font-size: .95rem;
ul,ol {
ul,ol {
&:last-child { margin-bottom: 1.85rem; }
}
}
@ -446,6 +446,10 @@
color: $article-cloud-link;
&:hover { color: $article-cloud-link-hover; }
}
code, pre {
color: $article-cloud-code;
background: $article-cloud-code-bg;
}
}
&-flag {
background: $article-cloud-base;

View File

@ -109,6 +109,8 @@ $article-cloud-base: $b-pool !default;
$article-cloud-text: $b-neutrino !default;
$article-cloud-link: $b-snow !default;
$article-cloud-link-hover: $g20-white !default;
$article-cloud-code: $b-laser !default;
$article-cloud-code-bg: $b-abyss !default;
// Article Tabs for tabbed content
$article-tab-text: $g12-forge !default;

View File

@ -108,6 +108,8 @@ $article-cloud-base: $b-laser;
$article-cloud-text: $b-ocean;
$article-cloud-link: $b-ocean;
$article-cloud-link-hover: $gr-canopy;
$article-cloud-code: $b-sapphire;
$article-cloud-code-bg: rgba($b-pool, .25);
// Article Tabs for tabbed content
$article-tab-text: $g8-storm;