mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Merge branch 'main' into patch-accessibility-focus-outline
This commit is contained in:
commit
d7d7de15e4
8 changed files with 17 additions and 12 deletions
|
@ -145,14 +145,13 @@ body {
|
|||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
vertical-align: -0.125em;
|
||||
font-size: 3rem;
|
||||
margin: 1rem;
|
||||
margin-top: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.placeholder:empty:after {
|
||||
.placeholder:empty::after {
|
||||
content: attr(data-placeholder)'...';
|
||||
margin-bottom: auto;
|
||||
letter-spacing: 0.125rem;
|
||||
|
@ -160,6 +159,11 @@ body {
|
|||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/* Text selection */
|
||||
::selection {
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
|
||||
/* Scrollbars */
|
||||
::-webkit-scrollbar {
|
||||
width: 0.35rem;
|
||||
|
@ -181,7 +185,7 @@ button {
|
|||
border: none;
|
||||
background: transparent;
|
||||
color: var(--color-text);
|
||||
appearence: none;
|
||||
appearance: none;
|
||||
}
|
||||
button:focus {
|
||||
outline: none;
|
||||
|
@ -237,7 +241,8 @@ select:focus {
|
|||
border-radius: 0.25rem;
|
||||
font-size: 1rem;
|
||||
border: none;
|
||||
appearence: none;
|
||||
appearance: none;
|
||||
outline: none;
|
||||
}
|
||||
img {
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue