mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
switch to cuter colors
This commit is contained in:
parent
d7336fa3e6
commit
a9e9bfdaa9
2 changed files with 64 additions and 64 deletions
|
@ -3,157 +3,157 @@
|
|||
transition: 2s; }
|
||||
|
||||
body {
|
||||
background-color: #27234c;
|
||||
color: #e88dc3;
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
body.light {
|
||||
background-color: #dde4ff;
|
||||
color: #4b3d44; }
|
||||
background-color: #ffffff;
|
||||
color: #413c74; }
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
color: #d3d37c;
|
||||
color: #ffdc6d;
|
||||
transition: 2s; }
|
||||
a.light {
|
||||
background-color: transparent;
|
||||
color: #733c7c; }
|
||||
color: #9b5bb4; }
|
||||
|
||||
a.footer-nav-item.active,
|
||||
a.footer-nav-item:hover {
|
||||
color: #f2504b;
|
||||
background-color: #27234c;
|
||||
border-color: #27234c;
|
||||
color: #ff8ad0;
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
transition: 0.2s; }
|
||||
a.footer-nav-item.active.light,
|
||||
a.footer-nav-item:hover.light {
|
||||
color: #733c7c;
|
||||
background-color: #dde4ff;
|
||||
border-color: #dde4ff; }
|
||||
color: #413c74;
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff; }
|
||||
|
||||
footer {
|
||||
background-color: #f2504b;
|
||||
color: #27234c;
|
||||
background-color: #ff8ad0;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
footer.light {
|
||||
background-color: #733c7c;
|
||||
color: #dde4ff; }
|
||||
background-color: #413c74;
|
||||
color: #ffffff; }
|
||||
|
||||
footer a {
|
||||
color: #27234c;
|
||||
background-color: #f2504b;
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
footer a.light {
|
||||
color: #dde4ff;
|
||||
background-color: #733c7c; }
|
||||
color: #ffffff;
|
||||
background-color: #413c74; }
|
||||
|
||||
.togglelabel {
|
||||
background-color: #f2504b;
|
||||
border-color: #27234c;
|
||||
background-color: #ff8ad0;
|
||||
border-color: #413c74;
|
||||
transition: 2s; }
|
||||
.togglelabel.light {
|
||||
background-color: #733c7c;
|
||||
border-color: #dde4ff; }
|
||||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
|
||||
.togglelabel.light::after {
|
||||
background-color: #dde4ff;
|
||||
color: #733c7c;
|
||||
background-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #27234c;
|
||||
color: #f2504b;
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
|
||||
body.light #title {
|
||||
color: #dde4ff;
|
||||
background-color: #733c7c;
|
||||
color: #ffffff;
|
||||
background-color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
body #title {
|
||||
color: #27234c;
|
||||
background-color: #f2504b;
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
|
||||
article {
|
||||
background-color: #27234c;
|
||||
border-color: #f2504b;
|
||||
background-color: #413c74;
|
||||
border-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
article.light {
|
||||
background-color: #dde4ff;
|
||||
border-color: #733c7c; }
|
||||
background-color: #ffffff;
|
||||
border-color: #413c74; }
|
||||
|
||||
h2 {
|
||||
background-color: #b296ff;
|
||||
color: #27234c;
|
||||
background-color: #ffdc6d;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
h2.light {
|
||||
color: #dde4ff; }
|
||||
color: #ffffff; }
|
||||
|
||||
h2 a {
|
||||
color: #27234c; }
|
||||
color: #413c74; }
|
||||
|
||||
h3 {
|
||||
background-color: #39b8a3;
|
||||
color: #27234c;
|
||||
background-color: #61d478;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
h3 a {
|
||||
color: #27234c; }
|
||||
color: #413c74; }
|
||||
h3 a:hover {
|
||||
background-color: transparent; }
|
||||
|
||||
h3.light {
|
||||
background-color: #225091;
|
||||
color: #dde4ff;
|
||||
background-color: #5183b9;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
h3.lighta {
|
||||
color: #dde4ff; }
|
||||
color: #ffffff; }
|
||||
|
||||
h5,
|
||||
h6,
|
||||
h4 {
|
||||
background-color: #dde4ff;
|
||||
color: #27234c;
|
||||
background-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
h5 a,
|
||||
h6 a,
|
||||
h4 a {
|
||||
color: #27234c;
|
||||
color: #413c74;
|
||||
background-color: transparent; }
|
||||
|
||||
h4.light,
|
||||
h5.light,
|
||||
h6.light {
|
||||
background-color: #27234c;
|
||||
color: #dde4ff;
|
||||
background-color: #413c74;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
h2.light {
|
||||
background-color: #007582;
|
||||
color: #dde4ff;
|
||||
background-color: #9b5bb4;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
article.light a {
|
||||
background-color: transparent;
|
||||
color: #733c7c;
|
||||
color: #9b5bb4;
|
||||
transition: 2s; }
|
||||
article.light a.hash-link {
|
||||
color: #dde4ff; }
|
||||
color: #ffffff; }
|
||||
article.light a.hash-link:hover {
|
||||
background-color: transparent;
|
||||
color: #dde4ff; }
|
||||
color: #ffffff; }
|
||||
|
||||
a:hover {
|
||||
color: #27234c;
|
||||
background-color: #d3d37c;
|
||||
color: #413c74;
|
||||
background-color: #ffdc6d;
|
||||
transition: 0.2s; }
|
||||
|
||||
.previous.light:hover,
|
||||
.next.light:hover,
|
||||
.postdescription a.light:hover,
|
||||
article.light a:hover {
|
||||
color: #dde4ff;
|
||||
background-color: #733c7c;
|
||||
color: #ffffff;
|
||||
background-color: #9b5bb4;
|
||||
transition: 0.2s; }
|
||||
|
||||
.light.hash-link:hover,
|
||||
|
@ -168,7 +168,7 @@ h4a.light,
|
|||
h5a.light,
|
||||
h6a.light {
|
||||
background-color: transparent;
|
||||
color: #dde4ff; }
|
||||
color: #ffffff; }
|
||||
h1a.light:hover,
|
||||
h2a.light:hover,
|
||||
h3a.light:hover,
|
||||
|
@ -178,7 +178,7 @@ h6a.light {
|
|||
background-color: transparent; }
|
||||
|
||||
header.light {
|
||||
background-color: #dde4ff;
|
||||
background-color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
header {
|
||||
|
@ -186,7 +186,7 @@ header {
|
|||
|
||||
.posttitle a {
|
||||
background-color: transparent;
|
||||
color: #27234c; }
|
||||
color: #413c74; }
|
||||
.posttitle a:hover {
|
||||
background-color: transparent; }
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8cc0a89bd9240084b0e95d5cdc67220932828ebf
|
||||
Subproject commit 2725519a118cbb4650ba7d0762c15c7c76a834dc
|
Loading…
Reference in a new issue