Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
VerisimilitudeX committed Feb 26, 2025
1 parent 4ab1d21 commit dfbd248
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,52 @@
.stats-grid {
grid-template-columns: 1fr;
}
}
}

/* DNAnalyzer Disclaimer CSS Update */
.disclaimer-section {
padding: 1rem 0;
background: transparent !important; /* Override any dark background */
}

.disclaimer-content {
max-width: 90%;
margin: 0 auto;
background-color: rgba(30, 30, 40, 0.4); /* Subtle dark background */
border-radius: 8px;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-title {
font-size: 0.85rem;
margin-bottom: 0.75rem;
opacity: 0.75;
color: rgba(255, 255, 255, 0.8);
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.disclaimer-text {
font-size: 0.7rem;
opacity: 0.65;
line-height: 1.4;
color: rgba(255, 255, 255, 0.7);
}

.disclaimer-text p {
margin-bottom: 0.5rem;
}

.disclaimer-text p:last-child {
margin-bottom: 0;
}

.disclaimer-text strong {
color: rgba(255, 255, 255, 0.85);
font-weight: 500;
}

/* Add this to your existing CSS file */

0 comments on commit dfbd248

Please sign in to comment.