satya11 commited on
Commit
f47d5af
·
verified ·
1 Parent(s): 5a225ec

Update pages/6_Feature_Engineering.py

Browse files
Files changed (1) hide show
  1. pages/6_Feature_Engineering.py +5 -5
pages/6_Feature_Engineering.py CHANGED
@@ -8,7 +8,7 @@ st.markdown("""
8
  }
9
  /* Style for main title */
10
  h1 {
11
- color: black;
12
  font-family: 'Roboto', sans-serif;
13
  font-weight: 700;
14
  text-align: center;
@@ -16,7 +16,7 @@ st.markdown("""
16
  }
17
  /* Style for headers */
18
  h2 {
19
- color: black;
20
  font-family: 'Roboto', sans-serif;
21
  font-weight: 600;
22
  margin-top: 30px;
@@ -30,7 +30,7 @@ st.markdown("""
30
  margin-top: 20px;
31
  }
32
  .custom-subheader {
33
- color: black;
34
  font-family: 'Roboto', sans-serif;
35
  font-weight: 600;
36
  margin-bottom: 15px;
@@ -51,12 +51,12 @@ st.markdown("""
51
  font-family: 'Georgia', serif;
52
  font-size: 1.1em;
53
  margin-bottom: 10px;
54
- color: black;
55
  }
56
  .icon-bullet li::before {
57
  content: "◆";
58
  padding-right: 10px;
59
- color: black;
60
  }
61
  /* Sidebar styling */
62
  .sidebar .sidebar-content {
 
8
  }
9
  /* Style for main title */
10
  h1 {
11
+ color: white;
12
  font-family: 'Roboto', sans-serif;
13
  font-weight: 700;
14
  text-align: center;
 
16
  }
17
  /* Style for headers */
18
  h2 {
19
+ color: white;
20
  font-family: 'Roboto', sans-serif;
21
  font-weight: 600;
22
  margin-top: 30px;
 
30
  margin-top: 20px;
31
  }
32
  .custom-subheader {
33
+ color: white;
34
  font-family: 'Roboto', sans-serif;
35
  font-weight: 600;
36
  margin-bottom: 15px;
 
51
  font-family: 'Georgia', serif;
52
  font-size: 1.1em;
53
  margin-bottom: 10px;
54
+ color: white;
55
  }
56
  .icon-bullet li::before {
57
  content: "◆";
58
  padding-right: 10px;
59
+ color: green;
60
  }
61
  /* Sidebar styling */
62
  .sidebar .sidebar-content {