documentation structure

This commit is contained in:
David Haz
2025-07-08 23:34:52 +03:00
parent 9ddb731258
commit 660e4fd701
46 changed files with 3488 additions and 79 deletions

View File

@@ -175,7 +175,7 @@
.feature-card {
user-select: none;
background: #0e0e0e;
background: #0b0b0b;
border: 1px solid rgba(148, 184, 154, 0.2);
border-radius: 16px;
padding: 2rem;
@@ -357,7 +357,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to top, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to top, #0b0b0b 0%, transparent 100%);
border-radius: 0 0 8px 8px;
pointer-events: none;
z-index: 2;
@@ -370,7 +370,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to bottom, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to bottom, #0b0b0b 0%, transparent 100%);
border-radius: 8px 8px 0 0;
pointer-events: none;
z-index: 2;
@@ -410,7 +410,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to top, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to top, #0b0b0b 0%, transparent 100%);
border-radius: 0 0 8px 8px;
pointer-events: none;
z-index: 2;
@@ -423,7 +423,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to bottom, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to bottom, #0b0b0b 0%, transparent 100%);
border-radius: 8px 8px 0 0;
pointer-events: none;
z-index: 2;
@@ -462,7 +462,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to top, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to top, #0b0b0b 0%, transparent 100%);
border-radius: 0 0 8px 8px;
pointer-events: none;
z-index: 2;
@@ -475,7 +475,7 @@
left: 0;
right: 0;
height: 20%;
background: linear-gradient(to bottom, #0e0e0e 0%, transparent 100%);
background: linear-gradient(to bottom, #0b0b0b 0%, transparent 100%);
border-radius: 8px 8px 0 0;
pointer-events: none;
z-index: 2;