Add GoatCounter count.js component (as goat.js), MIT license logo
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 5m19s
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 5m19s
(mit.svg), and htmz assets (htmz.js and htmz.dev.js). Add LICENSE file containing this project's MIT license and 3rd-party component licenses.
This commit is contained in:
parent
89c369d1cc
commit
2548a84e0b
7 changed files with 437 additions and 30 deletions
|
|
@ -141,6 +141,20 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
footer a {
|
||||
text-decoration: none;
|
||||
width: fit-content;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
||||
&:hover::before {
|
||||
content: none;
|
||||
}
|
||||
&:hover::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
|
@ -159,8 +173,8 @@ label:has(> input[type="radio"]) {
|
|||
display: flex;
|
||||
margin-block: var(--stack-large);
|
||||
}
|
||||
/* TODO: use textarea-wrapper strategy to implement invisible inputs idea,
|
||||
but have the text-glow effect done on the ::after pseudo-element and hide
|
||||
/* TODO: use textarea-wrapper strategy to implement invisible inputs idea,
|
||||
but have the text-glow effect done on the ::after pseudo-element and hide
|
||||
the input when it isnt focused, and swap when focused */
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue