Match v1 background colors exactly (#6E6362 and rgba(57,64,83,0.95))
This commit is contained in:
parent
d2d60f6e8b
commit
7b409eba81
1 changed files with 2 additions and 2 deletions
|
|
@ -92,9 +92,9 @@ const subscribe = async () => {
|
|||
<template>
|
||||
<Head title="Court Docket - Elizabeth Kragh v. Montana Association of the Deaf" />
|
||||
|
||||
<div class="min-h-screen" style="background-color: #4a5568;">
|
||||
<div class="min-h-screen" style="background-color: #6E6362;">
|
||||
<!-- Hero Section -->
|
||||
<div class="py-16 px-4" style="background: linear-gradient(135deg, #3f4a5c 0%, #4a5568 100%);">
|
||||
<div class="py-16 px-4" style="background-color: rgba(57, 64, 83, 0.95);">
|
||||
<div class="max-w-4xl mx-auto text-center">
|
||||
<h1 class="text-[2.5rem] font-bold text-white mb-2 leading-tight">
|
||||
ELIZABETH KRAGH<br />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue