mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-09 16:12:19 +00:00
remove tinylytics
This commit is contained in:
parent
892e9d3819
commit
c793ff622b
2 changed files with 3 additions and 24 deletions
19
web.css
19
web.css
|
@ -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
2
web.md
|
@ -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>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue