소스 검색

更改了颜色无法显示的bug

wzp 5 달 전
부모
커밋
8811c599cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Front/themes/py_dracula_light.qss

+ 1
- 1
Front/themes/py_dracula_light.qss 파일 보기

@@ -271,7 +271,7 @@ QLineEdit {
271 271
 	padding-left: 10px;
272 272
 	selection-color: rgb(255, 255, 255);
273 273
 	selection-background-color: rgb(255, 121, 198);
274
-    color: #f8f8f2;
274
+    color: #a7aabd;
275 275
 }
276 276
 QLineEdit:hover {
277 277
 	border: 2px solid rgb(64, 71, 88);

Loading…
취소
저장