mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 13:28:02 +02:00
parent
7e88b8e73a
commit
cdded78de8
10 changed files with 653 additions and 598 deletions
|
@ -204,6 +204,7 @@ button {
|
|||
background: transparent;
|
||||
color: var(--color-text);
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
button:focus {
|
||||
outline: none;
|
||||
|
@ -398,6 +399,23 @@ img {
|
|||
}
|
||||
}
|
||||
|
||||
/* Table */
|
||||
th,
|
||||
td {
|
||||
margin: 0.25rem 0.5rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-radius: 0.125rem;
|
||||
background-color: var(--color-background-mute);
|
||||
}
|
||||
th {
|
||||
font-weight: bolder;
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
max-width: 40vw;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.bars-wrap {
|
||||
flex-shrink: 0;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"date": "2023-10-08"
|
||||
"date": "2023-11-12"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue