Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-09-11 23:26:03 +0300
committerMark Otto <markdotto@gmail.com>2022-11-11 21:27:17 +0300
commit7d564aac416db4bac7943c93948ee9961c9f52b2 (patch)
tree697c802bcdd4f790f35527c3f9e22457da32971d
parent4b51c0b0cc5c89404ed5d325b072277166d0bd46 (diff)
Fix small code syntax color
-rw-r--r--site/assets/scss/_syntax.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_syntax.scss b/site/assets/scss/_syntax.scss
index 0fc1e8577a..e77dee6ebd 100644
--- a/site/assets/scss/_syntax.scss
+++ b/site/assets/scss/_syntax.scss
@@ -22,7 +22,7 @@
--base00: #282c34;
--base01: #353b45;
--base02: #3e4451;
- --base03: #545862;
+ --base03: #868e96;
--base04: #565c64;
--base05: #abb2bf;
--base06: #b6bdca;