No edit summary
No edit summary
Line 1: Line 1:
.fp-welcome-box {
.fp-welcome-box {
     background-color: #ffffff;
     border-left: 6px solid;
    border: 1px solid #e5e7eb;
     border-image: linear-gradient(to bottom, #4f46e5, #06b6d4) 1;
     border-radius: 16px;
     background-color: #f9fafb;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
     padding: 2em;
     padding: 2em;
     font-family: Georgia, serif;
     font-family: Georgia, serif;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
     text-align: center;
     text-align: center;
}
}