This commit is contained in:
CortexCore
2023-11-15 23:55:06 +08:00
parent 5446067f91
commit 70247f0242
82 changed files with 3271 additions and 579 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);
}