Compare commits

..

No commits in common. "4309e5ae21e08a8a6bad362e4d143dd3b8ef1300" and "072905184d48e3785f60f9301ea21db190065a49" have entirely different histories.

View file

@ -47,10 +47,6 @@ 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;
@ -187,12 +183,14 @@ 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 {