mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix default browser th font-weight
This commit is contained in:
parent
8ff055b1d5
commit
e318489bd4
@ -24,7 +24,7 @@ small {
|
|||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: $font-weight-semi-bold;
|
||||||
}
|
}
|
||||||
em {
|
em {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
@ -249,7 +249,7 @@ dd {
|
|||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
}
|
}
|
||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: $font-weight-semi-bold;
|
||||||
}
|
}
|
||||||
dd {
|
dd {
|
||||||
margin-left: $line-height-base / 2;
|
margin-left: $line-height-base / 2;
|
||||||
@ -376,7 +376,7 @@ a.external-link {
|
|||||||
padding: $spacer*0.5 $spacer;
|
padding: $spacer*0.5 $spacer;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: $font-weight-semi-bold;
|
||||||
background: $table-bg-accent;
|
background: $table-bg-accent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -415,3 +415,7 @@ a.external-link {
|
|||||||
color: $yellow;
|
color: $yellow;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: $font-weight-semi-bold;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user