mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
questions mark
This commit is contained in:
parent
52035ff356
commit
1885e8c819
2 changed files with 29 additions and 29 deletions
|
@ -1,82 +1,82 @@
|
|||
@charset "UTF-8";
|
||||
body {
|
||||
background-color: #4b3d44;
|
||||
color: #e6d0c4;
|
||||
color: #d2c9a5;
|
||||
transition: 1s; }
|
||||
body.light {
|
||||
background-color: #ddcf99;
|
||||
color: #202020; }
|
||||
background-color: #d2c9a5;
|
||||
color: #4b3d44; }
|
||||
|
||||
a {
|
||||
background-color: #bd97a9;
|
||||
background-color: #c77b58;
|
||||
color: #4b3d44;
|
||||
transition: 1s; }
|
||||
a.light {
|
||||
background-color: #4e5463;
|
||||
color: #ddcf99; }
|
||||
background-color: #79444a;
|
||||
color: #d2c9a5; }
|
||||
|
||||
a.footer-nav-item.active,
|
||||
a.footer-nav-item:hover {
|
||||
color: #bd97a9;
|
||||
color: #8caba1;
|
||||
background-color: #4b3d44;
|
||||
border-color: #4b3d44;
|
||||
transition: 0.24s; }
|
||||
a.footer-nav-item.active.light,
|
||||
a.footer-nav-item:hover.light {
|
||||
color: #4e5463;
|
||||
background-color: #ddcf99;
|
||||
border-color: #ddcf99; }
|
||||
color: #4b726e;
|
||||
background-color: #d2c9a5;
|
||||
border-color: #d2c9a5; }
|
||||
|
||||
footer {
|
||||
background-color: #bd97a9;
|
||||
background-color: #8caba1;
|
||||
color: #4b3d44;
|
||||
transition: 1s; }
|
||||
footer.light {
|
||||
background-color: #4e5463;
|
||||
color: #ddcf99; }
|
||||
background-color: #4b726e;
|
||||
color: #d2c9a5; }
|
||||
|
||||
footer a {
|
||||
color: #4b3d44;
|
||||
background-color: #bd97a9;
|
||||
background-color: #8caba1;
|
||||
transition: 1s; }
|
||||
footer a.light {
|
||||
color: #ddcf99;
|
||||
background-color: #4e5463; }
|
||||
color: #d2c9a5;
|
||||
background-color: #4b726e; }
|
||||
|
||||
.togglelabel {
|
||||
background-color: #bd97a9;
|
||||
background-color: #8caba1;
|
||||
border-color: #4b3d44;
|
||||
transition: 1s; }
|
||||
.togglelabel.light {
|
||||
background-color: #4e5463;
|
||||
border-color: #ddcf99; }
|
||||
background-color: #4b726e;
|
||||
border-color: #d2c9a5; }
|
||||
|
||||
.togglelabel.light::after {
|
||||
background-color: #ddcf99;
|
||||
color: #4e5463;
|
||||
background-color: #d2c9a5;
|
||||
color: #4b726e;
|
||||
transition: 1s; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #4b3d44;
|
||||
color: #bd97a9;
|
||||
color: #8caba1;
|
||||
transition: 1s; }
|
||||
|
||||
body.light #title {
|
||||
color: #ddcf99;
|
||||
background-color: #4e5463;
|
||||
color: #d2c9a5;
|
||||
background-color: #4b726e;
|
||||
transition: 1s; }
|
||||
|
||||
body #title {
|
||||
color: #4b3d44;
|
||||
background-color: #bd97a9;
|
||||
background-color: #8caba1;
|
||||
transition: 1s; }
|
||||
|
||||
article {
|
||||
background-color: #4b3d44;
|
||||
border-color: #bd97a9; }
|
||||
border-color: #8caba1; }
|
||||
article.light {
|
||||
background-color: #ddcf99;
|
||||
border-color: #4e5463; }
|
||||
background-color: #d2c9a5;
|
||||
border-color: #4b726e; }
|
||||
|
||||
html,
|
||||
body {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2f630b6a5b7244bd0e5b334d5343cd3093d1eb85
|
||||
Subproject commit f62a00c10fd2690c3cc6f9792a382d8a7438484c
|
Loading…
Reference in a new issue