questions mark

This commit is contained in:
zoe 2022-04-11 23:56:41 +02:00
parent 52035ff356
commit 1885e8c819
2 changed files with 29 additions and 29 deletions

View File

@ -1,82 +1,82 @@
@charset "UTF-8"; @charset "UTF-8";
body { body {
background-color: #4b3d44; background-color: #4b3d44;
color: #e6d0c4; color: #d2c9a5;
transition: 1s; } transition: 1s; }
body.light { body.light {
background-color: #ddcf99; background-color: #d2c9a5;
color: #202020; } color: #4b3d44; }
a { a {
background-color: #bd97a9; background-color: #c77b58;
color: #4b3d44; color: #4b3d44;
transition: 1s; } transition: 1s; }
a.light { a.light {
background-color: #4e5463; background-color: #79444a;
color: #ddcf99; } color: #d2c9a5; }
a.footer-nav-item.active, a.footer-nav-item.active,
a.footer-nav-item:hover { a.footer-nav-item:hover {
color: #bd97a9; color: #8caba1;
background-color: #4b3d44; background-color: #4b3d44;
border-color: #4b3d44; border-color: #4b3d44;
transition: 0.24s; } transition: 0.24s; }
a.footer-nav-item.active.light, a.footer-nav-item.active.light,
a.footer-nav-item:hover.light { a.footer-nav-item:hover.light {
color: #4e5463; color: #4b726e;
background-color: #ddcf99; background-color: #d2c9a5;
border-color: #ddcf99; } border-color: #d2c9a5; }
footer { footer {
background-color: #bd97a9; background-color: #8caba1;
color: #4b3d44; color: #4b3d44;
transition: 1s; } transition: 1s; }
footer.light { footer.light {
background-color: #4e5463; background-color: #4b726e;
color: #ddcf99; } color: #d2c9a5; }
footer a { footer a {
color: #4b3d44; color: #4b3d44;
background-color: #bd97a9; background-color: #8caba1;
transition: 1s; } transition: 1s; }
footer a.light { footer a.light {
color: #ddcf99; color: #d2c9a5;
background-color: #4e5463; } background-color: #4b726e; }
.togglelabel { .togglelabel {
background-color: #bd97a9; background-color: #8caba1;
border-color: #4b3d44; border-color: #4b3d44;
transition: 1s; } transition: 1s; }
.togglelabel.light { .togglelabel.light {
background-color: #4e5463; background-color: #4b726e;
border-color: #ddcf99; } border-color: #d2c9a5; }
.togglelabel.light::after { .togglelabel.light::after {
background-color: #ddcf99; background-color: #d2c9a5;
color: #4e5463; color: #4b726e;
transition: 1s; } transition: 1s; }
.togglelabel::after { .togglelabel::after {
background-color: #4b3d44; background-color: #4b3d44;
color: #bd97a9; color: #8caba1;
transition: 1s; } transition: 1s; }
body.light #title { body.light #title {
color: #ddcf99; color: #d2c9a5;
background-color: #4e5463; background-color: #4b726e;
transition: 1s; } transition: 1s; }
body #title { body #title {
color: #4b3d44; color: #4b3d44;
background-color: #bd97a9; background-color: #8caba1;
transition: 1s; } transition: 1s; }
article { article {
background-color: #4b3d44; background-color: #4b3d44;
border-color: #bd97a9; } border-color: #8caba1; }
article.light { article.light {
background-color: #ddcf99; background-color: #d2c9a5;
border-color: #4e5463; } border-color: #4b726e; }
html, html,
body { body {

@ -1 +1 @@
Subproject commit 2f630b6a5b7244bd0e5b334d5343cd3093d1eb85 Subproject commit f62a00c10fd2690c3cc6f9792a382d8a7438484c