Several improvements to the webpage with updated resources #1

Merged
noah merged 3 commits from jared/web:feature/update-website into staging 2026-02-10 18:28:51 +00:00
5 changed files with 638 additions and 43 deletions
Showing only changes of commit c93f87dd8b - Show all commits

View File

@ -60,6 +60,10 @@
justify-content: center;
position: relative;
}
a,
a:visited {
color: #000000;
}
.overlay {
position: fixed;
top: 0;
@ -196,7 +200,6 @@
border-top: 1px solid #ccc;
}
.site-footer a {
color: #757684;
text-decoration: none;
}
.site-footer a:hover {

View File

@ -27,6 +27,10 @@
justify-content: center;
padding: 2em 0;
}
a,
a:visited {
color: #000000;
}
.overlay {
position: fixed;
top: 0;

View File

@ -27,6 +27,10 @@
justify-content: center;
padding: 2em 0;
}
a,
a:visited {
color: #000000;
}
.overlay {
position: fixed;
top: 0;