adds global styling for code snippets in markdown files

This commit is contained in:
akcodez
2023-07-18 14:08:48 -07:00
parent 516638066f
commit 5ae5e195a5
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
code {
background-color: #0a2e1b;
color: #5beb9d;
}
.sdk-img {
align-self: center;
}

View File

@@ -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;