remove notebook from navbar, cleanup synth.download homepage for tildification
All checks were successful
/ build (push) Successful in 56s
All checks were successful
/ build (push) Successful in 56s
This commit is contained in:
parent
012e2d6203
commit
9a78b7e4a4
7 changed files with 408 additions and 166 deletions
|
|
@ -318,6 +318,82 @@ h1 a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
/* styled details elements */
|
||||
details.styled {
|
||||
summary {
|
||||
span {
|
||||
padding-right: .6rem;
|
||||
transform: translateY(.1rem);
|
||||
vertical-align: middle;
|
||||
}
|
||||
.tabler--arrow-autofit-height:last-of-type {
|
||||
margin-left: auto;
|
||||
}
|
||||
background: linear-gradient(color-mix(in srgb, var(--accent) 25%, transparent), color-mix(in srgb, var(--accent) 50%, transparent));
|
||||
border-bottom: unset !important;
|
||||
cursor: pointer;
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 1.4rem;
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: var(--background);
|
||||
border-radius: 1rem;
|
||||
border: .1rem solid var(--border);
|
||||
margin-bottom: 1.4rem;
|
||||
padding: 1rem;
|
||||
|
||||
h2 {
|
||||
margin-top: 0rem !important;
|
||||
margin-bottom: .4rem !important;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: color-mix(in srgb, var(--accent) 30%, transparent);
|
||||
border-radius: 1rem;
|
||||
color: var(--foreground);
|
||||
padding: .4rem;
|
||||
text-decoration: none;
|
||||
text-shadow: none;
|
||||
transition: all .2s;
|
||||
}
|
||||
.button:hover {
|
||||
background-color: var(--accent);
|
||||
color: var(--background);
|
||||
transition: all .2s;
|
||||
}
|
||||
}
|
||||
.card.last {
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
|
||||
.card.tilde-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
|
||||
margin-bottom: unset !important;
|
||||
}
|
||||
|
||||
.card.question {
|
||||
p {
|
||||
margin: .6rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.last {
|
||||
margin-bottom: .8rem;
|
||||
}
|
||||
|
||||
background-color: color-mix(in srgb, var(--accent) 20%, transparent);
|
||||
border-radius: .8rem .4rem .8rem .4rem;
|
||||
border: .1rem solid var(--border);
|
||||
margin-top: 1rem;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
/* Dashed border */
|
||||
hr.dashed {
|
||||
border-top: .1rem dashed var(--border);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue