docs: Update styling (#1831)

This commit is contained in:
Adewale Abati
2025-03-24 17:35:01 +01:00
committed by GitHub
parent 62c2f70ed6
commit c11e357fb3
6 changed files with 19 additions and 114 deletions
+12
View File
@@ -8,6 +8,12 @@
}
}
*, :after, :before {
border: 0 solid #e5e7eb;
}
/* Search styling */
.search-container {
position: relative;
@@ -88,6 +94,12 @@
align-items: center;
}
.card-header a {
text-decoration: none;
color: var(--text-standard);
transition: color 0.2s;
}
.card-header-content {
display: flex;
align-items: center;