xjsc0 commited on
Commit
79cf33b
·
1 Parent(s): 7389d4c
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -401,6 +401,12 @@ footer ~ *::before {
401
  }
402
 
403
  /* ========== 2. Section labels: left accent bar instead of bottom border ========== */
 
 
 
 
 
 
404
  .section-title {
405
  font-family: 'DM Sans', sans-serif !important;
406
  font-weight: 700 !important;
@@ -408,10 +414,11 @@ footer ~ *::before {
408
  letter-spacing: 0.06em;
409
  text-transform: uppercase;
410
  color: var(--primary) !important;
411
- /* Remove the old bottom-border horizontal line */
412
- border-bottom: none !important;
413
- /* Replace with a left accent bar */
414
  border-left: 4px solid var(--primary-warm) !important;
 
 
 
415
  padding: 3px 0 3px 10px !important;
416
  margin-bottom: 14px !important;
417
  background: linear-gradient(90deg, rgba(254,158,199,0.08) 0%, transparent 70%) !important;
 
401
  }
402
 
403
  /* ========== 2. Section labels: left accent bar instead of bottom border ========== */
404
+ .section-title,
405
+ .section-title * {
406
+ border: none !important;
407
+ outline: none !important;
408
+ box-shadow: none !important;
409
+ }
410
  .section-title {
411
  font-family: 'DM Sans', sans-serif !important;
412
  font-weight: 700 !important;
 
414
  letter-spacing: 0.06em;
415
  text-transform: uppercase;
416
  color: var(--primary) !important;
417
+ /* Single left accent bar reset ALL other borders first */
 
 
418
  border-left: 4px solid var(--primary-warm) !important;
419
+ border-top: none !important;
420
+ border-right: none !important;
421
+ border-bottom: none !important;
422
  padding: 3px 0 3px 10px !important;
423
  margin-bottom: 14px !important;
424
  background: linear-gradient(90deg, rgba(254,158,199,0.08) 0%, transparent 70%) !important;