mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
netdata: color fixes
This commit is contained in:
parent
05c95e8bce
commit
7a58ab7919
@ -105,7 +105,7 @@ body {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
table {
|
||||
background: var(--modal-bg-color) !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
.table-hover > tbody > tr:hover {
|
||||
background-color: rgba(255, 255, 255, 0.08) !important;
|
||||
@ -131,7 +131,12 @@ body {
|
||||
color: var(--accent-color) !important;
|
||||
border-left: 2px solid var(--accent-color) !important;
|
||||
}
|
||||
|
||||
|
||||
/*code*/
|
||||
code {
|
||||
color: #fff !important;
|
||||
background-color: rgba(255, 255, 255, 0.15) !important;
|
||||
}
|
||||
/* System Overview metrics */
|
||||
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
|
||||
color: #ffffff !important;
|
||||
|
Loading…
Reference in New Issue
Block a user