瀏覽代碼

更改了颜色无法显示的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…
取消
儲存