Modification des couleurs
This commit is contained in:
parent
1da3efd5d0
commit
4872b5a400
@ -1,12 +1,11 @@
|
||||
:root {
|
||||
--header-background-color: #1b2b34eb;
|
||||
--header-background-color: #1b2b34;
|
||||
--main-background-color: #343D46;
|
||||
--text: #d8dee9fd;
|
||||
--link: #c594c5;
|
||||
--footer-link: #50585D;
|
||||
--title: #f99157;
|
||||
--text: #d8dee9;
|
||||
--link: #f2b705;
|
||||
--footer-link: #d8dee9;
|
||||
--title: #f28322;
|
||||
--post-title: #a7adba;
|
||||
--date: #c594c5;
|
||||
--border: #424650;
|
||||
}
|
||||
|
||||
@ -325,10 +324,13 @@ textarea {
|
||||
display:inline-block;
|
||||
margin:0 0 5px 0;
|
||||
font-size:1.5rem;
|
||||
color: var(--date)
|
||||
color: var(--text)
|
||||
}
|
||||
.post .post-title {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.post a {
|
||||
color: var(--date);
|
||||
color: var(--text);
|
||||
text-decoration:none
|
||||
}
|
||||
.post a:hover {
|
||||
@ -336,8 +338,6 @@ textarea {
|
||||
}
|
||||
.post-header a {
|
||||
color: var(--link);
|
||||
-webkit-transition:color ease 0.3s;
|
||||
transition:color ease 0.3s
|
||||
}
|
||||
.user-meta {
|
||||
position:relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user