mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Increase contrast by not using a mid-grey background (#8122)
...for non-block code. Closes #8120
This commit is contained in:
@@ -162,16 +162,12 @@
|
||||
border-bottom-color: #30363d;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
pre {
|
||||
background-color: #161b22;
|
||||
border-color: #30363d;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: rgba(240, 246, 252, 0.15);
|
||||
}
|
||||
|
||||
pre code {
|
||||
border-color: #30363d;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@@ -202,4 +198,4 @@
|
||||
color: #58a6ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user