1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Added variables for code color & background; Dark mode & light mode

This commit is contained in:
David Sevilla Martín
2016-05-08 17:08:32 -04:00
parent 8065dc1806
commit 805f86b249
2 changed files with 8 additions and 2 deletions

View File

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