mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
refactor: enhance the Log widget (#339)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
@use "element-plus/theme-chalk/src/dark/css-vars.scss" as *;
|
||||
:root {
|
||||
--sw-green: #70c877;
|
||||
--sw-orange: #e6a23c;
|
||||
}
|
||||
|
||||
html {
|
||||
--el-color-primary: #409eff;
|
||||
@@ -58,7 +62,7 @@ html {
|
||||
}
|
||||
|
||||
html.dark {
|
||||
--el-color-primary: rgb(64, 158, 255);
|
||||
--el-color-primary: #409eff;
|
||||
--theme-background: #212224;
|
||||
--font-color: #fafbfc;
|
||||
--disabled-color: #ccc;
|
||||
|
Reference in New Issue
Block a user