the colour existential crisis continues

sorry fror spedlmoi ng
This commit is contained in:
ben clark 2021-04-05 17:44:41 +00:00
parent 5ebff52856
commit 8c83d59702
1 changed files with 9 additions and 9 deletions

View File

@ -105,7 +105,7 @@ margin-top: -40px;
pre { pre {
width: 100%; width: 100%;
color: #1a3d1f; color: #1a3d1f;
background-color: #ceedda; background-color: #e4f1e9;
padding: 12px 18px; padding: 12px 18px;
border-radius: 4px; border-radius: 4px;
} }
@ -113,7 +113,7 @@ code {
font-family: 'Comic Mono', monospace; font-family: 'Comic Mono', monospace;
font-size: 14px; font-size: 14px;
color: #1a3d1f; color: #1a3d1f;
background-color: #ceedda; background-color: #e4f1e9;
border-radius: 4px; border-radius: 4px;
padding: 0 4px; padding: 0 4px;
font-weight: 400; font-weight: 400;
@ -133,11 +133,11 @@ code {
color: #395c91; color: #395c91;
} }
.blue pre { .blue pre {
background-color: #d0def2; background-color: #e9f0fa;
color: #1c2e4a; color: #1c2e4a;
} }
.blue code { .blue code {
background-color: #d0def2; background-color: #e9f0fa;
color: #1c2e4a; color: #1c2e4a;
} }
@ -146,18 +146,18 @@ code {
color: #7e3c16; color: #7e3c16;
} }
.orange a:hover { .orange a:hover {
background-color: #f5e3cb; background-color: #f7ede1;
} }
.orange .header { .orange .header {
background: #f0d5b2; background: #f0d5b2;
color: #7e3c16; color: #7e3c16;
} }
.orange pre { .orange pre {
background-color: #f5e3cb; background-color: #f7ede1;
color: #45220e; color: #45220e;
} }
.orange code { .orange code {
background-color: #f5e3cb; background-color: #f7ede1;
color: #45220e; color: #45220e;
} }
@ -173,10 +173,10 @@ code {
color: #7e1616; color: #7e1616;
} }
.red pre { .red pre {
background-color: #f0dddd; background-color: #f7e9e9;
color: #571010; color: #571010;
} }
.red code { .red code {
background-color: #f0dddd; background-color: #f7e9e9;
color: #571010; color: #571010;
} }