Describe the bug
see title
Theme Install Method (Don't skip)
- overwrote lcars.css with aquamarine theme
Application Info (Don't skip)
To Reproduce
Steps to reproduce the behavior:
- go to 'Tools'
- click on 'Network'
- see Network not load
Expected behavior
Have network load
Screenshots

Additional context
These values are missing, causing the network tab to not load:
.network-never {
background-color: color;
}
.network-recent {
background-color: color;
}
.network-old {
background-color: color;
}
.network-older {
background-color: color;
}
.network-gradient {
background-image: linear-gradient(to right, color 0%, color 100%);
}
Misc
I would make a PR, but i dont know which values or whatever would be preferred, so issue it is.
Describe the bug
see title
Theme Install Method (Don't skip)
Application Info (Don't skip)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Have network load
Screenshots

Additional context
These values are missing, causing the network tab to not load:
Misc
I would make a PR, but i dont know which values or whatever would be preferred, so issue it is.