mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: color
This commit is contained in:
parent
f3d81a80f0
commit
5b03264f9a
@ -88,7 +88,7 @@ limitations under the License. -->
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
background: $theme-background;
|
background: $theme-background;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #000;
|
color: $font-color;
|
||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ limitations under the License. -->
|
|||||||
width: 180px;
|
width: 180px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #000;
|
color: $font-color;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user