colors colors
This commit is contained in:
parent
80a539dff1
commit
518cb876d7
1 changed files with 12 additions and 9 deletions
|
@ -9,21 +9,24 @@
|
|||
left: .1em;
|
||||
}
|
||||
.entete {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
background-color: rgb(36, 33, 32);
|
||||
color: rgb(240, 233, 233);
|
||||
}
|
||||
.entete a:hover {
|
||||
color: #8ca;
|
||||
.entete a, .footer a {
|
||||
color: rgb(49, 167, 96);
|
||||
}
|
||||
.entete a:hover, .footer a:hover {
|
||||
color: rgb(135, 243, 178);
|
||||
}
|
||||
.footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
background-color: rgb(36, 33, 32);
|
||||
color: rgb(240, 233, 233);
|
||||
}
|
||||
a {
|
||||
color: #496;
|
||||
color: rgb(59, 129, 87);
|
||||
}
|
||||
a:hover {
|
||||
color: #162;
|
||||
color: rgb(31, 73, 48);
|
||||
}
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
|
@ -48,7 +51,7 @@ li {
|
|||
padding-right: 1em;
|
||||
}
|
||||
.card:hover {
|
||||
border: 1px solid #333;
|
||||
border: 1px solid rgb(36, 33, 32);
|
||||
box-shadow: -3px 3px 10px 2px #aaa;
|
||||
}
|
||||
.card-title {
|
||||
|
|
Loading…
Reference in a new issue