mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
17 lines
245 B
CSS
17 lines
245 B
CSS
|
/**
|
||
|
* @provides conduit-api-css
|
||
|
*/
|
||
|
.conduit-api-example-code {
|
||
|
margin: 16px;
|
||
|
white-space: pre;
|
||
|
color: {$darkgreytext};
|
||
|
}
|
||
|
|
||
|
.conduit-api-example-code strong {
|
||
|
color: {$red};
|
||
|
}
|
||
|
|
||
|
.conduit-api-example-code strong.real {
|
||
|
color: {$blue};
|
||
|
}
|