website fixes
This commit is contained in:
@@ -87,9 +87,7 @@ body {
|
||||
}
|
||||
|
||||
.tp-hero h1,
|
||||
.tp-hero p,
|
||||
.tp-hero a,
|
||||
.tp-hero code {
|
||||
.tp-hero p {
|
||||
text-shadow:
|
||||
-1px -1px 0 var(--tp-text-outline),
|
||||
1px -1px 0 var(--tp-text-outline),
|
||||
@@ -98,10 +96,6 @@ body {
|
||||
0 2px 12px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.tp-hero h1 {
|
||||
-webkit-text-stroke: 0.35px var(--tp-text-outline);
|
||||
}
|
||||
|
||||
.tp-hero::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
@@ -130,21 +124,6 @@ body {
|
||||
radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%);
|
||||
}
|
||||
|
||||
/* ---------- Cursor caret animation --------------------------------------- */
|
||||
@keyframes tp-blink {
|
||||
0%, 49% { opacity: 1; }
|
||||
50%, 100% { opacity: 0; }
|
||||
}
|
||||
.tp-cursor {
|
||||
display: inline-block;
|
||||
width: 0.55em;
|
||||
height: 1em;
|
||||
background: var(--tp-accent);
|
||||
margin-left: 0.15em;
|
||||
vertical-align: -0.12em;
|
||||
animation: tp-blink 1.1s steps(1) infinite;
|
||||
}
|
||||
|
||||
/* ---------- Soft float for the hero terminal ----------------------------- */
|
||||
@keyframes tp-float {
|
||||
0%, 100% { transform: translateY(0); }
|
||||
|
||||
Reference in New Issue
Block a user