added code styles to cloud messages
parent
31336b4dbd
commit
83caecae73
|
@ -446,6 +446,10 @@
|
||||||
color: $article-cloud-link;
|
color: $article-cloud-link;
|
||||||
&:hover { color: $article-cloud-link-hover; }
|
&:hover { color: $article-cloud-link-hover; }
|
||||||
}
|
}
|
||||||
|
code, pre {
|
||||||
|
color: $article-cloud-code;
|
||||||
|
background: $article-cloud-code-bg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&-flag {
|
&-flag {
|
||||||
background: $article-cloud-base;
|
background: $article-cloud-base;
|
||||||
|
|
|
@ -109,6 +109,8 @@ $article-cloud-base: $b-pool !default;
|
||||||
$article-cloud-text: $b-neutrino !default;
|
$article-cloud-text: $b-neutrino !default;
|
||||||
$article-cloud-link: $b-snow !default;
|
$article-cloud-link: $b-snow !default;
|
||||||
$article-cloud-link-hover: $g20-white !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 Tabs for tabbed content
|
||||||
$article-tab-text: $g12-forge !default;
|
$article-tab-text: $g12-forge !default;
|
||||||
|
|
|
@ -108,6 +108,8 @@ $article-cloud-base: $b-laser;
|
||||||
$article-cloud-text: $b-ocean;
|
$article-cloud-text: $b-ocean;
|
||||||
$article-cloud-link: $b-ocean;
|
$article-cloud-link: $b-ocean;
|
||||||
$article-cloud-link-hover: $gr-canopy;
|
$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 Tabs for tabbed content
|
||||||
$article-tab-text: $g8-storm;
|
$article-tab-text: $g8-storm;
|
||||||
|
|
Loading…
Reference in New Issue