Maryam Ilka commited on
Commit
0e6fe6c
·
verified ·
1 Parent(s): eeca78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -32,6 +32,7 @@ st.markdown("""
32
  --input-bg: #ffffff;
33
  --secondary-bg: #f8f9fa;
34
  --green: #f0ff0;
 
35
  }
36
 
37
  * {
@@ -74,6 +75,12 @@ st.markdown("""
74
  border-right: 3px solid var(--primary) !important;
75
  }
76
 
 
 
 
 
 
 
77
 
78
  /* ========== استایل‌های ورودی یکپارچه ========== */
79
  /* استایل پایه برای تمام عناصر ورودی */
 
32
  --input-bg: #ffffff;
33
  --secondary-bg: #f8f9fa;
34
  --green: #f0ff0;
35
+ --dgreen: #006400
36
  }
37
 
38
  * {
 
75
  border-right: 3px solid var(--primary) !important;
76
  }
77
 
78
+ /* پیام موفقیت */
79
+ .stAlert .stSuccess {
80
+ color: var(--dgreen) !important;
81
+ background-color: var(--green) !important;
82
+ }
83
+
84
 
85
  /* ========== استایل‌های ورودی یکپارچه ========== */
86
  /* استایل پایه برای تمام عناصر ورودی */