pidgin/nest

Swap colours of the inline code blocks.

2019-08-21, Elliott Sales de Andrade
453bb02a2797
Parents cd63b87c08cc
Children e54feb564200
Swap colours of the inline code blocks.

This matches the code-in-headings, and is much less jarring. Note though
that the copy button is now the wrong colour (to be fixed soon).
--- a/hugo/themes/learn/static/css/theme.css Thu Aug 22 04:05:48 2019 +0000
+++ b/hugo/themes/learn/static/css/theme.css Wed Aug 21 01:50:04 2019 -0400
@@ -622,8 +622,8 @@
code {
border-radius: 2px;
white-space: nowrap;
- color: whitesmoke;
- background: #8451a1;
+ color: #8451a1;
+ background: #e2e2fd;
padding: 0px 6px;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, h7 code {
@@ -640,7 +640,7 @@
font-size: inherit !important;
height: 18px;
top: 0;
- background-color: #8451a1;
+ background-color: #e2e2fd;
}
pre {
padding: 1rem;