2023-11-23 08:53:28 +00:00
|
|
|
#accessibility {
|
|
|
|
position: sticky;
|
|
|
|
bottom: 1em;
|
|
|
|
left: 1em;
|
|
|
|
background-color: var(--background-color);
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#accessibility fieldset {
|
|
|
|
margin-block: 0;
|
|
|
|
}
|
2023-11-25 01:53:10 +00:00
|
|
|
|
|
|
|
/* * {
|
|
|
|
font-smooth: never;
|
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
} */
|
|
|
|
|
|
|
|
* {
|
|
|
|
transition: background-color 0.25s, color 0.25s, opacity 0.25s;
|
|
|
|
}
|
2023-11-26 07:37:29 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|