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