Lenylvt commited on
Commit
7079efc
·
verified ·
1 Parent(s): b22e396

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +19 -0
style.css ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }