Skip to content

Commit bb4215e

Browse files
committed
Doc Update
1 parent 521d622 commit bb4215e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,36 @@ html {
12131213
border: 1px solid #ff6b35;
12141214
}
12151215

1216+
/* Dark mode hero */
1217+
body[data-md-color-scheme="slate"] .hero {
1218+
background: radial-gradient(1200px 400px at 10% -20%, rgba(255, 107, 53, 0.18) 0%, rgba(255, 107, 53, 0) 60%),
1219+
radial-gradient(800px 320px at 100% 0%, rgba(255, 140, 0, 0.16) 0%, rgba(255, 140, 0, 0) 60%),
1220+
linear-gradient(180deg, #1b1622 0%, #16121b 65%);
1221+
border-color: #362a3f;
1222+
}
1223+
1224+
body[data-md-color-scheme="slate"] .hero__text h1 {
1225+
color: #f3e7ff;
1226+
}
1227+
1228+
body[data-md-color-scheme="slate"] .hero__tagline {
1229+
color: #ffe4d8;
1230+
}
1231+
1232+
body[data-md-color-scheme="slate"] .hero__subtitle {
1233+
color: #c9b7d6;
1234+
}
1235+
1236+
body[data-md-color-scheme="slate"] .hero__button {
1237+
background: #ff7a45;
1238+
color: #140f18;
1239+
}
1240+
1241+
body[data-md-color-scheme="slate"] .hero__button--ghost {
1242+
color: #ffd7c3;
1243+
border-color: #ff9b73;
1244+
}
1245+
12161246
.cards {
12171247
display: grid;
12181248
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

0 commit comments

Comments
 (0)