ayjays132 commited on
Commit
9376e72
·
verified ·
1 Parent(s): 16db2ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -13,14 +13,15 @@ library_name: transformers
13
  <style>
14
  /* Enriched Styling for EmotionVerse */
15
  body {
16
- font-family: 'Poppins', sans-serif;
17
- background: radial-gradient(circle, #1a202c, #2d3748, #4a5568, #718096);
18
- color: #f7fafc;
19
- line-height: 1.8;
20
- margin: 0;
21
- padding: 30px;
22
- background-attachment: fixed;
23
- background-size: cover;
 
24
  }
25
  h1, h2, h3 {
26
  text-transform: uppercase;
 
13
  <style>
14
  /* Enriched Styling for EmotionVerse */
15
  body {
16
+ font-family: 'Roboto Mono', monospace; /* Techy/cosmic feel */
17
+ background: linear-gradient(180deg, #0d1a2b, #1a2b3d, #0d1a2b); /* Deep space gradient */
18
+ color: #a3b1c6; /* Muted futuristic text */
19
+ line-height: 1.7;
20
+ margin: 0;
21
+ padding: 40px 20px;
22
+ background-attachment: fixed;
23
+ background-size: cover;
24
+ min-height: 100vh;
25
  }
26
  h1, h2, h3 {
27
  text-transform: uppercase;