mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-24 07:52:19 +00:00
Compare commits
No commits in common. "d6957236a6efd858feacdce53a76da1b76b0c6fe" and "61485f9da214fd43caa39926195cdf02e27fe6a3" have entirely different histories.
d6957236a6
...
61485f9da2
2 changed files with 6 additions and 26 deletions
|
@ -11,4 +11,4 @@
|
|||
}
|
||||
window.addEventListener("pageshow", getTagline);
|
||||
</script>
|
||||
<div id="tagline_container"><i id="tagline" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20"></i></div>
|
||||
<div style="height: 3.5rem;"><i id="tagline" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20"></i></div>
|
||||
|
|
|
@ -14,17 +14,10 @@
|
|||
url('https://cdn.runtimeterror.dev/fonts/BerkeleyMono-Regular.woff2') format('woff2'),
|
||||
}
|
||||
|
||||
/* minor layout tweaks */
|
||||
/* override page max-width */
|
||||
.page {
|
||||
max-width: 72rem;
|
||||
}
|
||||
|
||||
.page__body {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
.page__aside {
|
||||
margin: 0 1rem 0 0;
|
||||
grid-template-columns: minmax(0, 1fr) 16rem;
|
||||
}
|
||||
|
||||
|
||||
|
@ -253,15 +246,11 @@ input {
|
|||
background-color: var(--off-bg);
|
||||
color: var(--off-fg);
|
||||
height: 1.5rem;
|
||||
border-radius: 0.25rem 0 0 0.25rem;
|
||||
border-radius: 0.25rem;
|
||||
padding-left: 0.5rem;
|
||||
font-family: var(--font-monospace);
|
||||
}
|
||||
|
||||
form {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
@ -368,20 +357,11 @@ p:has(+ ul) {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* tagline tweaks */
|
||||
#tagline_container {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
#tagline {
|
||||
font-size: 0.8rem;
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
|
||||
/* tagline cursor animation */
|
||||
#tagline::after {
|
||||
content: "";
|
||||
width: 0.5rem;
|
||||
height: 1rem;
|
||||
height: 1.2rem;
|
||||
background: var(--muted);
|
||||
display: inline-block;
|
||||
margin-left: 0.2rem;
|
||||
|
|
Loading…
Reference in a new issue