Modification des couleurs

This commit is contained in:
Yann 2022-06-06 10:26:18 +02:00
parent 1da3efd5d0
commit 4872b5a400

View File

@ -1,12 +1,11 @@
:root { :root {
--header-background-color: #1b2b34eb; --header-background-color: #1b2b34;
--main-background-color: #343D46; --main-background-color: #343D46;
--text: #d8dee9fd; --text: #d8dee9;
--link: #c594c5; --link: #f2b705;
--footer-link: #50585D; --footer-link: #d8dee9;
--title: #f99157; --title: #f28322;
--post-title: #a7adba; --post-title: #a7adba;
--date: #c594c5;
--border: #424650; --border: #424650;
} }
@ -325,10 +324,13 @@ textarea {
display:inline-block; display:inline-block;
margin:0 0 5px 0; margin:0 0 5px 0;
font-size:1.5rem; font-size:1.5rem;
color: var(--date) color: var(--text)
}
.post .post-title {
margin-bottom: 25px;
} }
.post a { .post a {
color: var(--date); color: var(--text);
text-decoration:none text-decoration:none
} }
.post a:hover { .post a:hover {
@ -336,8 +338,6 @@ textarea {
} }
.post-header a { .post-header a {
color: var(--link); color: var(--link);
-webkit-transition:color ease 0.3s;
transition:color ease 0.3s
} }
.user-meta { .user-meta {
position:relative; position:relative;