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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user