mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 12:52:47 +00:00
Unify grey used in CSS
This commit is contained in:
parent
0628251b6b
commit
fdf05d41c7
1 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ body.home h1 {
|
|||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
/* border-bottom: 1px solid gray;*/
|
||||
/* border-bottom: 1px solid #999;*/
|
||||
}
|
||||
h3 {
|
||||
font-size: 21px;
|
||||
|
@ -134,8 +134,8 @@ body.articles #content {
|
|||
}
|
||||
|
||||
#footer {
|
||||
color: gray;
|
||||
border-top: 1px solid gray;
|
||||
color: #999;
|
||||
border-top: 1px solid #999;
|
||||
margin: 1em;
|
||||
clear: both;
|
||||
}
|
||||
|
@ -289,7 +289,7 @@ ul.inline li:first-child {
|
|||
|
||||
/* Extra parts on post page */
|
||||
.respond {
|
||||
/* border-top: 1px solid gray;*/
|
||||
/* border-top: 1px solid #999;*/
|
||||
}
|
||||
.respond h2 {
|
||||
padding-left: 42px;
|
||||
|
|
Loading…
Reference in a new issue