(cherry picked from commit aee2856907)
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
co-authored by
Josh Hunt
parent
d8419d4154
commit
a9e628e887
@@ -177,13 +177,13 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
code {
|
||||
border: none;
|
||||
display: inline;
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.3)};
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.1)};
|
||||
color: ${tooltipText};
|
||||
}
|
||||
|
||||
strong,
|
||||
em {
|
||||
color: ${colorManipulator.emphasize(tooltipBg)};
|
||||
pre {
|
||||
background: ${colorManipulator.darken(tooltipBg, 0.1)};
|
||||
color: ${tooltipText};
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user