Import fixes from mirageCSS 1.1.6 (#3)

Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee>
Co-authored-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee>
Reviewed-on: https://git.mills.io/prologic/spyda/pulls/3
Co-authored-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io>
Co-committed-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io>
This commit is contained in:
Aoi Koizumi (古泉 あおい)
2022-10-06 03:52:45 +00:00
committed by James Mills
parent 46463dd11f
commit 9beb392905

View File

@@ -3,8 +3,7 @@
* Make web 2.0 websites without JavaScript!!
* Developers : KiddyTheKid & Aoi Koizumi
* Licensed under GNU Affero General Public License version 3
* Version : 1.1.5
* Modified for use with KyokoNet/spyda
* Version : 1.1.6
*/
@keyframes anim-nova-toggle {
from {
@@ -13,7 +12,7 @@
max-height: 500px; } }
* {
font-family: 'Oswald', sans-serif, monospace, 'Segoe UI Emoji';
font-family: sans-serif, monospace, 'Segoe UI Emoji';
margin: 0;
padding: 0; }
*:root {
@@ -113,7 +112,7 @@ fieldset {
border-radius: 4px; }
input {
font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
padding: 6px 12px;
margin-bottom: .5rem;
background: #111111;
@@ -184,10 +183,10 @@ video {
margin-bottom: 1rem; }
html {
font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; }
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; }
select {
font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
padding: 6px 12px;
margin-bottom: .5rem;
background: #111111;
@@ -198,7 +197,7 @@ select {
box-sizing: border-box; }
button {
font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono";
font-size: 1rem;
display: inline-block;
padding: 6px 12px;
@@ -521,8 +520,8 @@ li {
mark {
padding: 3px 6px;
background: #FFFFFF;
color: #FFFFFF; }
background: #000000;
color: #A9A9A9; }
footer {
text-align: center; }