diff --git a/assets/css/style.scss b/assets/css/style.scss index eaad4bb..e20fda9 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -24,6 +24,10 @@ div.wrapper { width: 100%; } +div.wrapper section p a code { + color: rgb(38, 124, 185); +} + pre.highlight { width: auto; white-space: pre-wrap;