ankban commited on
Commit
b3e65ef
·
verified ·
1 Parent(s): a401f47

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +11 -0
light_mode_chatter_owl.css CHANGED
@@ -53,6 +53,17 @@ h1, h2 {
53
  color: var(--primary-color);
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
56
  @keyframes float {
57
  0% { transform: translateY(0px); }
58
  50% { transform: translateY(-8px); }
 
53
  color: var(--primary-color);
54
  }
55
 
56
+ .text_area {
57
+ font-size: 16px;
58
+ line-height: 1.6;
59
+ font-family: Arial, sans-serif;
60
+ }
61
+
62
+ .high-contrast {
63
+ color: white;
64
+ background-color: black;
65
+ }
66
+
67
  @keyframes float {
68
  0% { transform: translateY(0px); }
69
  50% { transform: translateY(-8px); }