remove tinylytics

This commit is contained in:
John Bowdre 2024-06-18 11:27:54 -05:00
parent 892e9d3819
commit c793ff622b
2 changed files with 3 additions and 24 deletions

19
web.css
View file

@ -32,25 +32,6 @@
font-size: 0.8em; font-size: 0.8em;
} }
.kudos {
display: flex;
justify-content: center;
}
button.tinylytics_kudos {
border: 0;
background-color: transparent;
cursor: pointer;
display: flex;
font-size: 1.2rem;
transition: all .2s ease-in-out;
}
button.tinylytics_kudos:hover {
transform: scale(1.1);
text-shadow: var(--off-fg) 0 0 1px;
}
/* tagline cursor animation */ /* tagline cursor animation */
#typo::after { #typo::after {
content: ""; content: "";

2
web.md
View file

@ -8,8 +8,6 @@
--- Bio --- --- Bio ---
<span class="kudos">Hi!<button class="tinylytics_kudos">👋 00</button></span>
<div style="height: 5rem;"><span id="typo" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20"></span></div> <div style="height: 5rem;"><span id="typo" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20"></span></div>
--- ---