mroccuper commited on
Commit
7d23f27
·
verified ·
1 Parent(s): 5164bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -33,7 +33,7 @@ body {
33
  font-family: 'Courier New', monospace;
34
  white-space: pre-wrap;
35
  border-radius: 8px;
36
- background-color: #f9f9f9;
37
  border: 1px solid #eee;
38
  }
39
  footer {
@@ -83,7 +83,7 @@ footer {
83
  .style-options {
84
  margin-top: 15px;
85
  padding: 15px;
86
- border-radius: 8px;
87
  background-color: #f5f5f5;
88
  }
89
  .market-box {
@@ -91,7 +91,7 @@ footer {
91
  padding: 15px;
92
  border: 1px solid #ddd;
93
  border-radius: 8px;
94
- background-color: #f9f9f9;
95
  }
96
  .keyword-list {
97
  margin-top: 5px;
@@ -104,8 +104,8 @@ footer {
104
  margin-top: 20px;
105
  }
106
  .style-card {
107
- border: 1px solid #ddd;
108
- border-radius: 8px;
109
  padding: 15px;
110
  background-color: white;
111
  transition: transform 0.2s, box-shadow 0.2s;
 
33
  font-family: 'Courier New', monospace;
34
  white-space: pre-wrap;
35
  border-radius: 8px;
36
+ #background-color: #f9f9f9;
37
  border: 1px solid #eee;
38
  }
39
  footer {
 
83
  .style-options {
84
  margin-top: 15px;
85
  padding: 15px;
86
+ #border-radius: 8px;
87
  background-color: #f5f5f5;
88
  }
89
  .market-box {
 
91
  padding: 15px;
92
  border: 1px solid #ddd;
93
  border-radius: 8px;
94
+ #background-color: #f9f9f9;
95
  }
96
  .keyword-list {
97
  margin-top: 5px;
 
104
  margin-top: 20px;
105
  }
106
  .style-card {
107
+ #border: 1px solid #ddd;
108
+ #border-radius: 8px;
109
  padding: 15px;
110
  background-color: white;
111
  transition: transform 0.2s, box-shadow 0.2s;