mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
Add architecture flow chart using Mermaid
This commit is contained in:
@@ -370,12 +370,30 @@ footer .social-media a:focus {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
||||
.features ul li:hover,
|
||||
.features ul li:focus-within {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 8px 16px var(--shadow-light);
|
||||
}
|
||||
|
||||
/* Flow Chart Section */
|
||||
.flow-chart {
|
||||
background-color: var(--background-section);
|
||||
padding: 80px 20px;
|
||||
text-align: center;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.flow-chart .mermaid {
|
||||
margin: 0 auto;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
body.dark-mode .flow-chart {
|
||||
background-color: var(--background-dark-section);
|
||||
}
|
||||
|
||||
/* How It Works Section */
|
||||
.how-it-works {
|
||||
padding: 80px 20px;
|
||||
|
Reference in New Issue
Block a user