mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
adds global styling for code snippets in markdown files
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,3 +1,8 @@
|
|||||||
|
code {
|
||||||
|
background-color: #0a2e1b;
|
||||||
|
color: #5beb9d;
|
||||||
|
}
|
||||||
|
|
||||||
.sdk-img {
|
.sdk-img {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ $light-link-hover-color: $blue-purple-500;
|
|||||||
$light-standout-bg: $gray-050;
|
$light-standout-bg: $gray-050;
|
||||||
|
|
||||||
// General color elements ------------------------------------------------------
|
// General color elements ------------------------------------------------------
|
||||||
|
code {
|
||||||
|
background-color: #E0E0E1;
|
||||||
|
color: #111112;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $light-bg;
|
background-color: $light-bg;
|
||||||
|
|||||||
Reference in New Issue
Block a user