Przeglądaj źródła

토론 파스텔톤으로 변경

Surplus_Up (2DU) 6 lat temu
rodzic
commit
42ae6f45b7
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1 1
      route/tool/func.py
  2. 3 3
      views/main_css/css/main.css

+ 1 - 1
route/tool/func.py

@@ -496,7 +496,7 @@ def other2(data):
         data += ['']
 
     req_list = ''
-    main_css_ver = 44
+    main_css_ver = 45
 
     if  not 'main_css_load' in flask.session or \
         not 'main_css_ver' in flask.session or \

+ 3 - 3
views/main_css/css/main.css

@@ -13,9 +13,9 @@ a { text-decoration: none; }
 input[type="checkbox"], input[type="radio"] { width: auto; }
 #list { padding: 10px; }
 #toron { width: 100%; }
-#toron_color_green { background: lightgreen; }
-#toron_color_blue { background: skyblue; }
-#toron_color_red { background: indianred; }
+#toron_color_green { background: #99ffcd; }
+#toron_color_blue { background: #f6e2fd; }
+#toron_color_red { background: #fecabf; }
 #toron_color_grey { background: gainsboro; }
 #toron_color_not { display: none; }
 #cate { border: 1px solid; padding: 5px; }