Skip to content

Commit

Permalink
πŸ’„ Improve the UX of the data site(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Feb 5, 2024
1 parent ea66a05 commit 12582de
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions buildIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ async function generateHtmlForFolder(folder, breadcrumbs) {
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<style>
h3 li a,
ul li a {
text-decoration: none;
color: lightblue;
}
body {
background: #1c222f;
color: #FFFFFF;
font-family: Roboto;
margin: 0 2em;
}
h3 a,
ul li a {
text-decoration: none;
color: lightblue;
}
</style>
</head>
Expand Down

0 comments on commit 12582de

Please sign in to comment.