remove transitions bc they are broken in chrome

This commit is contained in:
zoe 2022-04-16 16:42:42 +02:00
parent 7684f12144
commit 26c16e5116
3 changed files with 45 additions and 83 deletions

View File

@ -1,19 +1,14 @@
@charset "UTF-8"; @charset "UTF-8";
* {
transition: 2s; }
body { body {
background-color: #413c74; background-color: #413c74;
color: #ff8ad0; color: #ff8ad0; }
transition: 2s; }
body.light { body.light {
background-color: #ffffff; background-color: #ffffff;
color: #413c74; } color: #413c74; }
a { a {
background-color: transparent; background-color: transparent;
color: #ffdc6d; color: #ffdc6d; }
transition: 2s; }
a.light { a.light {
background-color: transparent; background-color: transparent;
color: #9b5bb4; } color: #9b5bb4; }
@ -32,8 +27,7 @@ a.footer-nav-item:hover {
footer { footer {
background-color: #ff8ad0; background-color: #ff8ad0;
color: #413c74; color: #413c74; }
transition: 2s; }
footer.light { footer.light {
background-color: #413c74; background-color: #413c74;
color: #ffffff; } color: #ffffff; }
@ -41,7 +35,7 @@ footer {
footer a { footer a {
color: #413c74; color: #413c74;
background-color: #ff8ad0; background-color: #ff8ad0;
transition: 2s; } transition: 1s; }
footer a.light { footer a.light {
color: #ffffff; color: #ffffff;
background-color: #413c74; } background-color: #413c74; }
@ -49,7 +43,7 @@ footer a {
.togglelabel { .togglelabel {
background-color: #ff8ad0; background-color: #ff8ad0;
border-color: #413c74; border-color: #413c74;
transition: 2s; } transition: 1s; }
.togglelabel.light { .togglelabel.light {
background-color: #413c74; background-color: #413c74;
border-color: #ffffff; } border-color: #ffffff; }
@ -58,36 +52,32 @@ footer a {
background-color: #ffffff; background-color: #ffffff;
border-color: #ffffff; border-color: #ffffff;
color: #413c74; color: #413c74;
transition: 2s; } transition: 1s; }
.togglelabel::after { .togglelabel::after {
background-color: #413c74; background-color: #413c74;
border-color: #413c74; border-color: #413c74;
color: #ff8ad0; color: #ff8ad0;
transition: 2s; } transition: 1s; }
body.light #title { body.light #title {
color: #ffffff; color: #ffffff;
background-color: #413c74; background-color: #413c74; }
transition: 2s; }
body #title { body #title {
color: #413c74; color: #413c74;
background-color: #ff8ad0; background-color: #ff8ad0; }
transition: 2s; }
article { article {
background-color: #413c74; background-color: #413c74;
border-color: #ff8ad0; border-color: #ff8ad0; }
transition: 2s; }
article.light { article.light {
background-color: #ffffff; background-color: #ffffff;
border-color: #413c74; } border-color: #413c74; }
h2 { h2 {
background-color: #ffdc6d; background-color: #ffdc6d;
color: #413c74; color: #413c74; }
transition: 2s; }
h2.light { h2.light {
color: #ffffff; } color: #ffffff; }
@ -98,8 +88,7 @@ h2 a {
h3 { h3 {
background-color: #61d478; background-color: #61d478;
color: #413c74; color: #413c74; }
transition: 2s; }
h3 a { h3 a {
color: #413c74; } color: #413c74; }
@ -108,8 +97,7 @@ h3 a {
h3.light { h3.light {
background-color: #5183b9; background-color: #5183b9;
color: #ffffff; color: #ffffff; }
transition: 2s; }
h3.lighta { h3.lighta {
color: #ffffff; } color: #ffffff; }
@ -117,32 +105,29 @@ h5,
h6, h6,
h4 { h4 {
background-color: #ffffff; background-color: #ffffff;
color: #413c74; color: #413c74; }
transition: 2s; }
h5 a, h5 a,
h6 a, h6 a,
h4 a { h4 a {
color: #413c74; color: #413c74; }
background-color: transparent; }
h4.light, h4.light,
h5.light, h5.light,
h6.light { h6.light {
background-color: #413c74; background-color: #413c74;
color: #ffffff; color: #ffffff; }
transition: 2s; }
h2.light { h2.light {
background-color: #9b5bb4; background-color: #9b5bb4;
color: #ffffff; color: #ffffff; }
transition: 2s; }
article.light a { article.light a {
background-color: transparent; background-color: transparent;
color: #9b5bb4; color: #9b5bb4;
transition: 2s; } transition: 1s; }
article.light a.hash-link { article.light a.hash-link {
color: #ffffff; } color: #ffffff;
transition: 0s; }
article.light a.hash-link:hover { article.light a.hash-link:hover {
background-color: transparent; background-color: transparent;
color: #ffffff; } color: #ffffff; }
@ -165,7 +150,7 @@ article.light a:hover {
.light.hash-link:hover, .light.hash-link:hover,
.hash-link:hover { .hash-link:hover {
background-color: transparent; background-color: transparent;
transition: 2s; } transition: 1s; }
h1a.light, h1a.light,
h2a.light, h2a.light,
@ -184,11 +169,7 @@ h6a.light {
background-color: transparent; } background-color: transparent; }
header.light { header.light {
background-color: #ffffff; background-color: #ffffff; }
transition: 2s; }
header {
transition: 2s; }
.posttitle a { .posttitle a {
background-color: transparent; background-color: transparent;

View File

@ -1,19 +1,14 @@
@charset "UTF-8"; @charset "UTF-8";
* {
transition: 2s; }
body { body {
background-color: #413c74; background-color: #413c74;
color: #ff8ad0; color: #ff8ad0; }
transition: 2s; }
body.light { body.light {
background-color: #ffffff; background-color: #ffffff;
color: #413c74; } color: #413c74; }
a { a {
background-color: transparent; background-color: transparent;
color: #ffdc6d; color: #ffdc6d; }
transition: 2s; }
a.light { a.light {
background-color: transparent; background-color: transparent;
color: #9b5bb4; } color: #9b5bb4; }
@ -32,8 +27,7 @@ a.footer-nav-item:hover {
footer { footer {
background-color: #ff8ad0; background-color: #ff8ad0;
color: #413c74; color: #413c74; }
transition: 2s; }
footer.light { footer.light {
background-color: #413c74; background-color: #413c74;
color: #ffffff; } color: #ffffff; }
@ -41,7 +35,7 @@ footer {
footer a { footer a {
color: #413c74; color: #413c74;
background-color: #ff8ad0; background-color: #ff8ad0;
transition: 2s; } transition: 1s; }
footer a.light { footer a.light {
color: #ffffff; color: #ffffff;
background-color: #413c74; } background-color: #413c74; }
@ -49,7 +43,7 @@ footer a {
.togglelabel { .togglelabel {
background-color: #ff8ad0; background-color: #ff8ad0;
border-color: #413c74; border-color: #413c74;
transition: 2s; } transition: 1s; }
.togglelabel.light { .togglelabel.light {
background-color: #413c74; background-color: #413c74;
border-color: #ffffff; } border-color: #ffffff; }
@ -58,36 +52,32 @@ footer a {
background-color: #ffffff; background-color: #ffffff;
border-color: #ffffff; border-color: #ffffff;
color: #413c74; color: #413c74;
transition: 2s; } transition: 1s; }
.togglelabel::after { .togglelabel::after {
background-color: #413c74; background-color: #413c74;
border-color: #413c74; border-color: #413c74;
color: #ff8ad0; color: #ff8ad0;
transition: 2s; } transition: 1s; }
body.light #title { body.light #title {
color: #ffffff; color: #ffffff;
background-color: #413c74; background-color: #413c74; }
transition: 2s; }
body #title { body #title {
color: #413c74; color: #413c74;
background-color: #ff8ad0; background-color: #ff8ad0; }
transition: 2s; }
article { article {
background-color: #413c74; background-color: #413c74;
border-color: #ff8ad0; border-color: #ff8ad0; }
transition: 2s; }
article.light { article.light {
background-color: #ffffff; background-color: #ffffff;
border-color: #413c74; } border-color: #413c74; }
h2 { h2 {
background-color: #ffdc6d; background-color: #ffdc6d;
color: #413c74; color: #413c74; }
transition: 2s; }
h2.light { h2.light {
color: #ffffff; } color: #ffffff; }
@ -98,8 +88,7 @@ h2 a {
h3 { h3 {
background-color: #61d478; background-color: #61d478;
color: #413c74; color: #413c74; }
transition: 2s; }
h3 a { h3 a {
color: #413c74; } color: #413c74; }
@ -108,8 +97,7 @@ h3 a {
h3.light { h3.light {
background-color: #5183b9; background-color: #5183b9;
color: #ffffff; color: #ffffff; }
transition: 2s; }
h3.lighta { h3.lighta {
color: #ffffff; } color: #ffffff; }
@ -117,32 +105,29 @@ h5,
h6, h6,
h4 { h4 {
background-color: #ffffff; background-color: #ffffff;
color: #413c74; color: #413c74; }
transition: 2s; }
h5 a, h5 a,
h6 a, h6 a,
h4 a { h4 a {
color: #413c74; color: #413c74; }
background-color: transparent; }
h4.light, h4.light,
h5.light, h5.light,
h6.light { h6.light {
background-color: #413c74; background-color: #413c74;
color: #ffffff; color: #ffffff; }
transition: 2s; }
h2.light { h2.light {
background-color: #9b5bb4; background-color: #9b5bb4;
color: #ffffff; color: #ffffff; }
transition: 2s; }
article.light a { article.light a {
background-color: transparent; background-color: transparent;
color: #9b5bb4; color: #9b5bb4;
transition: 2s; } transition: 1s; }
article.light a.hash-link { article.light a.hash-link {
color: #ffffff; } color: #ffffff;
transition: 0s; }
article.light a.hash-link:hover { article.light a.hash-link:hover {
background-color: transparent; background-color: transparent;
color: #ffffff; } color: #ffffff; }
@ -165,7 +150,7 @@ article.light a:hover {
.light.hash-link:hover, .light.hash-link:hover,
.hash-link:hover { .hash-link:hover {
background-color: transparent; background-color: transparent;
transition: 2s; } transition: 1s; }
h1a.light, h1a.light,
h2a.light, h2a.light,
@ -184,11 +169,7 @@ h6a.light {
background-color: transparent; } background-color: transparent; }
header.light { header.light {
background-color: #ffffff; background-color: #ffffff; }
transition: 2s; }
header {
transition: 2s; }
.posttitle a { .posttitle a {
background-color: transparent; background-color: transparent;

@ -1 +1 @@
Subproject commit 7a003e52c675bf1362c3384a3b5ef093338d7a09 Subproject commit e4c082a763d25faa89aee27bd4d7df84a0b8ab55