This commit is contained in:
CortexCore
2025-04-18 20:27:57 +08:00
parent 5324d73239
commit 1226b6f0c5
26 changed files with 17059 additions and 28590 deletions

View File

@@ -11,6 +11,12 @@ Button {
border-left-width: 1px;
}
ProgressBar .unity-text-element {
color: rgba(255, 255, 255, 0.96);
-unity-text-outline-width: 1px;
-unity-text-outline-color: rgba(0, 0, 0, 0.5);
}
Button:hover {
color: rgb(0, 0, 0);
border-left-color: rgba(255, 255, 255, 0.78);
@@ -37,7 +43,7 @@ Button:active {
background-color: rgba(255, 255, 255, 0.5);
}
Label {
.unity-text-element {
-unity-font-definition: url("project://database/Assets/Artists/Arts/Fonts/Meiryo%20UI%20W53%20Regular%20SDF.asset?fileID=11400000&guid=80d4eed6ab6a2c248b81331b3aab1c8c&type=2#Meiryo UI W53 Regular SDF");
}