Lenylvt commited on
Commit
b3d53ce
β€’
1 Parent(s): e4ad43c

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -19
style.css DELETED
@@ -1,19 +0,0 @@
1
- /* style.css */
2
- body {
3
- background-color: #f0f2f6;
4
- }
5
-
6
- .stSelectbox .css-2b097c-container {
7
- width: 100%;
8
- margin-bottom: 20px;
9
- }
10
-
11
- /* Improve markdown text appearance */
12
- .markdown-text-container {
13
- font-family: 'Arial', sans-serif;
14
- }
15
-
16
- /* Custom styling for headers in markdown */
17
- h1, h2, h3 {
18
- color: #333;
19
- }