We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0de0c1b + 78d4606 commit a153403Copy full SHA for a153403
2 files changed
docs/overrides/home.html
@@ -47,7 +47,7 @@
47
color: #fff;
48
background: linear-gradient(to bottom, #14151A, #1E2129 99%, #fff 99%);
49
}
50
-
+
51
.tx-hero {
52
display: flex;
53
align-items: center;
@@ -81,6 +81,9 @@
81
z-index: 1;
82
/* Ensure content is above the image */
83
84
+ .tx-hero__content h2 {
85
+ font-family: 'FK Grotesk', sans-serif;
86
+ }
87
</style>
88
89
<!-- Main site Entry button descriptions -->
docs/stylesheets/extra.css
@@ -5,16 +5,16 @@
5
font-style: normal;
6
7
8
-body {
9
- font-family: 'FK Grotesk';
10
- color: #000;
11
-}
12
13
/* Fix for rendering SVGs in Safari */
14
.md-nav__link svg {
15
transform: translate(0, 0);
16
17
+.md-header__title{
+}
18
sup {
19
font-size: 10px;
20
0 commit comments