colors colors

This commit is contained in:
mose 2019-08-17 22:41:41 +08:00
parent 80a539dff1
commit 518cb876d7

View file

@ -9,21 +9,24 @@
left: .1em; left: .1em;
} }
.entete { .entete {
background-color: #333; background-color: rgb(36, 33, 32);
color: #fff; color: rgb(240, 233, 233);
} }
.entete a:hover { .entete a, .footer a {
color: #8ca; color: rgb(49, 167, 96);
}
.entete a:hover, .footer a:hover {
color: rgb(135, 243, 178);
} }
.footer { .footer {
background-color: #333; background-color: rgb(36, 33, 32);
color: #fff; color: rgb(240, 233, 233);
} }
a { a {
color: #496; color: rgb(59, 129, 87);
} }
a:hover { a:hover {
color: #162; color: rgb(31, 73, 48);
} }
ul { ul {
list-style-position: inside; list-style-position: inside;
@ -48,7 +51,7 @@ li {
padding-right: 1em; padding-right: 1em;
} }
.card:hover { .card:hover {
border: 1px solid #333; border: 1px solid rgb(36, 33, 32);
box-shadow: -3px 3px 10px 2px #aaa; box-shadow: -3px 3px 10px 2px #aaa;
} }
.card-title { .card-title {