ankban commited on
Commit
93d666c
·
verified ·
1 Parent(s): 464cec9

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +20 -0
light_mode_chatter_owl.css CHANGED
@@ -180,6 +180,26 @@ h1, h2 {
180
  margin-bottom: 20px;
181
  }
182
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  @keyframes float {
184
  0% { transform: translateY(0px); }
185
  50% { transform: translateY(-8px); }
 
180
  margin-bottom: 20px;
181
  }
182
 
183
+ #brand-header {
184
+ text-align: center;
185
+ margin-bottom: 1.5em;
186
+ }
187
+
188
+ #brand-header h1 {
189
+ font-size: 1.6em;
190
+ margin: 0;
191
+ color: var(--primary-color);
192
+ font-weight: 700;
193
+ font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
194
+ letter-spacing: 0.5px;
195
+ }
196
+
197
+ #brand-header img {
198
+ border-radius: 50%;
199
+ box-shadow: var(--shadow);
200
+ }
201
+
202
+
203
  @keyframes float {
204
  0% { transform: translateY(0px); }
205
  50% { transform: translateY(-8px); }