feat: implement the Dark Theme (#334)

This commit is contained in:
Fine0830
2023-11-14 20:37:15 +08:00
committed by GitHub
parent 780104c5d2
commit 832dc1676b
81 changed files with 638 additions and 351 deletions

View File

@@ -173,13 +173,13 @@ limitations under the License. -->
.trace-detail-wrapper {
font-size: $font-size-smaller;
padding: 5px 10px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid $border-color-primary;
width: 100%;
height: 95px;
.grey {
color: $text-color;
background-color: #448dfe;
color: #fff;
background-color: $active-background;
}
.ghost {