This commit is contained in:
CortexCore
2023-11-15 23:54:54 +08:00
parent ee3ecec6cb
commit 3c837a4a33
356 changed files with 73756 additions and 26493 deletions

View File

@@ -2,13 +2,6 @@
background-color: rgb(113, 113, 113);
}
.Console-Text {
font-size: 18px;
color: rgba(233, 233, 233, 0.63);
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Regular%20SDF.asset?fileID=11400000&guid=4897d78d91e2fa34bbc06b9e213ac6d4&type=2#NotoSansSC-Regular SDF');
-unity-font-style: bold;
}
.Console-ScrollView {
background-color: rgb(87, 87, 87);
}
@@ -60,5 +53,5 @@ ListView Label {
}
ListView Label:hover {
color: rgba(32, 32, 32, 255);
color: rgb(32, 32, 32);
}