mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-13 01:50:53 +08:00
【优化】日志显示内容
【优化】表格背景显示颜色
This commit is contained in:
@@ -13,3 +13,26 @@
|
||||
:root.dark {
|
||||
--n-layout-content-background-color: transparent; /* 内容区背景颜色 */
|
||||
}
|
||||
|
||||
|
||||
/* 日志颜色 */
|
||||
|
||||
.hljs-info-text{
|
||||
color: var(--n-success-color) !important;
|
||||
}
|
||||
.hljs-date-text{
|
||||
color: var(--n-success-color-pressed) !important;
|
||||
}
|
||||
.hljs-error-text{
|
||||
color: var(--n-error-color) !important;
|
||||
}
|
||||
.hljs-warning-text{
|
||||
color: var(--n-warning-color) !important;
|
||||
}
|
||||
|
||||
|
||||
/* 表格数据显示 */
|
||||
|
||||
.n-data-table .n-data-table-empty{
|
||||
background-color: var(--n-merged-td-color);
|
||||
}
|
||||
Reference in New Issue
Block a user