Skip to content

Commit 646ed68

Browse files
committed
fix: move render blocking scripts, add bimodal text color tokens to sections
1 parent 163889d commit 646ed68

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

static/styles/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
background-repeat: no-repeat;
108108
background-size: cover; */
109109
min-height: 25vh;
110+
color: var(--rh-color-text-primary);
110111

111112
.hero-bg {
112113
position: absolute;
@@ -171,6 +172,7 @@
171172
padding-block-end: var(--rh-space-4xl);
172173
padding-block-start: var(--rh-space-4xl);
173174
padding-inline: var(--rh-space-lg);
175+
color: var(--rh-color-text-primary);
174176
}
175177

176178
#table-filters {

templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ <h3 class="header">{{ elem.heading }}</h3>
116116

117117
{% include "partials/_footer.html" %}
118118

119+
<script src="/js/table-search.js"></script>
120+
<script src="/js/art-direction.js"></script>
121+
119122
</body>
120123
</html>

templates/partials/_head.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@
3636
margin-inline-start: var(--rh-space-sm);
3737
color: var(--rh-color-gray-50);
3838
}
39-
</style>
40-
41-
<script src="/js/table-search.js"></script>
42-
<script src="/js/art-direction.js"></script>
39+
</style>

0 commit comments

Comments
 (0)