Merge branch 'main' into feat/contact-page

This commit is contained in:
Fougère 2026-01-29 14:11:05 +00:00
commit b2bedeb068
4 changed files with 30 additions and 23 deletions

View file

@ -33,6 +33,10 @@ img {
}
a {
color: inherit;
}
nav a, footer a {
color: black;
text-decoration: none;
}
@ -43,6 +47,10 @@ main h1, main h2, main h3 {
z-index: 20;
}
main h1 span, main h2 span, main h3 {
background-color: #000000b8;
}
main h1 {
position: relative;
text-align: center;
@ -179,14 +187,12 @@ figcaption {
font-family: segoesc;
float: left;
margin-left: 10%;
line-height: 0.8em;
}
#interhack {
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
color: var(--accent-yellow);
margin-right: 10%;
line-height: 0.5em;
}
code {