1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Updated code color from blue-ish to more grey-ish

This commit is contained in:
David Sevilla Martín
2016-04-18 21:26:32 -04:00
parent ebef033bfd
commit ee6aee73b2

View File

@@ -119,7 +119,7 @@
code {
font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace;
padding: 2px 6px;
background: #F2F7F9;
background: #60646D;
color: #256FC7;
font-size: 90%;
border-radius: 4px