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

View File

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

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