Skip to content

Commit

Permalink
name fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RuralAnemone committed Jun 24, 2024
1 parent d3ead7e commit 0b39487
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ div.me-container > .name-container {
}

div.name-container > h1 {
margin: 5pt;
margin: 3pt 10pt;
}

div.vr {
Expand Down Expand Up @@ -224,8 +224,17 @@ div.head {

/* fun animations */

body.fun .contact a:hover {
body.fun .contact a,
body.fun div.name-container > h1 {
transition: calc(0.5 * var(--random-time) + 0.5s);
}

body.fun div.name-container > h1:hover {
letter-spacing: 1pt;
font-weight: 100;
}

body.fun .contact a:hover {
color: red;
}

Expand Down

0 comments on commit 0b39487

Please sign in to comment.