Skip to content
Snippets Groups Projects
Verified Commit c434cf83 authored by David Beniamine's avatar David Beniamine
Browse files

More green

parent 1752c672
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ h1 {
padding: 20px 35px;
background: #fff;
border-bottom: 1px solid rgba(22,36,54,.1);
border-bottom: 1px solid rgba(22,54,36,.1);
}
#top a {
float: left;
......@@ -143,7 +143,7 @@ h1 {
padding-bottom: 12px;
color: #fff;
color: rgba(176,200,236,.8);
color: rgba(176,236,200,.8);
text-decoration: none;
}
......@@ -165,8 +165,8 @@ h1 {
padding: 30px 0;
margin-bottom: 50px;
border-top: 1px solid rgba(22,36,54,.1);
border-bottom: 1px solid rgba(22,36,54,.1);
border-top: 1px solid rgba(22,54,36,.1);
border-bottom: 1px solid rgba(22,54,36,.1);
}
.pagination:empty {
display: none;
......@@ -229,14 +229,14 @@ ul.commentlist {
margin-bottom: 40px;
list-style: none;
border-top: 1px solid rgba(22,36,54,.1);
border-top: 1px solid rgba(22,54,36,.1);
}
ul.commentlist .wrap {
position: relative;
}
ul.commentlist li {
padding: 40px 0;
border-bottom: 1px solid rgba(22,36,54,.1);
border-bottom: 1px solid rgba(22,54,36,.1);
}
ul.commentlist time {
font-size: 13px;
......@@ -283,7 +283,7 @@ ul.commentlist {
font-size: 15px;
font-weight: normal;
border: 1px solid rgba(22,36,54,.2);
border: 1px solid rgba(22,54,36,.2);
border-radius: 4px;
}
#comment input:focus, #comment textarea:focus {
......@@ -318,6 +318,7 @@ ul.commentlist {
*/
#bottom {
padding: 30px 0 40px;
border-top: 1px solid rgba(22,54,36,.1);
}
#bottom ul {
float: right;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment