mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
remove transitions bc they are broken in chrome
This commit is contained in:
parent
26c16e5116
commit
042dba5ee5
3 changed files with 17 additions and 41 deletions
|
@ -17,8 +17,7 @@ a.footer-nav-item.active,
|
|||
a.footer-nav-item:hover {
|
||||
color: #ff8ad0;
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
transition: 0.2s; }
|
||||
border-color: #413c74; }
|
||||
a.footer-nav-item.active.light,
|
||||
a.footer-nav-item:hover.light {
|
||||
color: #413c74;
|
||||
|
@ -34,16 +33,14 @@ footer {
|
|||
|
||||
footer a {
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 1s; }
|
||||
background-color: #ff8ad0; }
|
||||
footer a.light {
|
||||
color: #ffffff;
|
||||
background-color: #413c74; }
|
||||
|
||||
.togglelabel {
|
||||
background-color: #ff8ad0;
|
||||
border-color: #413c74;
|
||||
transition: 1s; }
|
||||
border-color: #413c74; }
|
||||
.togglelabel.light {
|
||||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
|
@ -51,14 +48,12 @@ footer a {
|
|||
.togglelabel.light::after {
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 1s; }
|
||||
color: #413c74; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 1s; }
|
||||
color: #ff8ad0; }
|
||||
|
||||
body.light #title {
|
||||
color: #ffffff;
|
||||
|
@ -123,11 +118,9 @@ h2.light {
|
|||
|
||||
article.light a {
|
||||
background-color: transparent;
|
||||
color: #9b5bb4;
|
||||
transition: 1s; }
|
||||
color: #9b5bb4; }
|
||||
article.light a.hash-link {
|
||||
color: #ffffff;
|
||||
transition: 0s; }
|
||||
color: #ffffff; }
|
||||
article.light a.hash-link:hover {
|
||||
background-color: transparent;
|
||||
color: #ffffff; }
|
||||
|
@ -135,7 +128,6 @@ article.light a {
|
|||
a:hover {
|
||||
color: #413c74;
|
||||
background-color: #ffdc6d;
|
||||
transition: 0.2s;
|
||||
border-color: #ffdc6d; }
|
||||
|
||||
.previous.light:hover,
|
||||
|
@ -144,13 +136,11 @@ a:hover {
|
|||
article.light a:hover {
|
||||
color: #ffffff;
|
||||
background-color: #9b5bb4;
|
||||
transition: 0.2s;
|
||||
border-color: #9b5bb4; }
|
||||
|
||||
.light.hash-link:hover,
|
||||
.hash-link:hover {
|
||||
background-color: transparent;
|
||||
transition: 1s; }
|
||||
background-color: transparent; }
|
||||
|
||||
h1a.light,
|
||||
h2a.light,
|
||||
|
@ -182,7 +172,6 @@ button {
|
|||
background-color: #ff8ad0;
|
||||
border-color: #413c74; }
|
||||
button:hover {
|
||||
transition: 0.2s;
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0; }
|
||||
button.light {
|
||||
|
@ -190,7 +179,6 @@ button {
|
|||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
button.light:hover {
|
||||
transition: 0.2s;
|
||||
background-color: #ffffff;
|
||||
color: #413c74; }
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ a.footer-nav-item.active,
|
|||
a.footer-nav-item:hover {
|
||||
color: #ff8ad0;
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
transition: 0.2s; }
|
||||
border-color: #413c74; }
|
||||
a.footer-nav-item.active.light,
|
||||
a.footer-nav-item:hover.light {
|
||||
color: #413c74;
|
||||
|
@ -34,16 +33,14 @@ footer {
|
|||
|
||||
footer a {
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 1s; }
|
||||
background-color: #ff8ad0; }
|
||||
footer a.light {
|
||||
color: #ffffff;
|
||||
background-color: #413c74; }
|
||||
|
||||
.togglelabel {
|
||||
background-color: #ff8ad0;
|
||||
border-color: #413c74;
|
||||
transition: 1s; }
|
||||
border-color: #413c74; }
|
||||
.togglelabel.light {
|
||||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
|
@ -51,14 +48,12 @@ footer a {
|
|||
.togglelabel.light::after {
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 1s; }
|
||||
color: #413c74; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 1s; }
|
||||
color: #ff8ad0; }
|
||||
|
||||
body.light #title {
|
||||
color: #ffffff;
|
||||
|
@ -123,11 +118,9 @@ h2.light {
|
|||
|
||||
article.light a {
|
||||
background-color: transparent;
|
||||
color: #9b5bb4;
|
||||
transition: 1s; }
|
||||
color: #9b5bb4; }
|
||||
article.light a.hash-link {
|
||||
color: #ffffff;
|
||||
transition: 0s; }
|
||||
color: #ffffff; }
|
||||
article.light a.hash-link:hover {
|
||||
background-color: transparent;
|
||||
color: #ffffff; }
|
||||
|
@ -135,7 +128,6 @@ article.light a {
|
|||
a:hover {
|
||||
color: #413c74;
|
||||
background-color: #ffdc6d;
|
||||
transition: 0.2s;
|
||||
border-color: #ffdc6d; }
|
||||
|
||||
.previous.light:hover,
|
||||
|
@ -144,13 +136,11 @@ a:hover {
|
|||
article.light a:hover {
|
||||
color: #ffffff;
|
||||
background-color: #9b5bb4;
|
||||
transition: 0.2s;
|
||||
border-color: #9b5bb4; }
|
||||
|
||||
.light.hash-link:hover,
|
||||
.hash-link:hover {
|
||||
background-color: transparent;
|
||||
transition: 1s; }
|
||||
background-color: transparent; }
|
||||
|
||||
h1a.light,
|
||||
h2a.light,
|
||||
|
@ -182,7 +172,6 @@ button {
|
|||
background-color: #ff8ad0;
|
||||
border-color: #413c74; }
|
||||
button:hover {
|
||||
transition: 0.2s;
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0; }
|
||||
button.light {
|
||||
|
@ -190,7 +179,6 @@ button {
|
|||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
button.light:hover {
|
||||
transition: 0.2s;
|
||||
background-color: #ffffff;
|
||||
color: #413c74; }
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e4c082a763d25faa89aee27bd4d7df84a0b8ab55
|
||||
Subproject commit 4ef09766cf4c64cd4c2df1f482183da452f7ffd4
|
Loading…
Reference in a new issue