css: changing text color
This commit is contained in:
parent
8cab418a8a
commit
6a0409147a
1 changed files with 3 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ body,input,textarea { font: normal 12px "Verdana"; }
|
|||
body {
|
||||
background: url('../img/bg.png') repeat-x;
|
||||
background-color: #fcfcfc;
|
||||
color: #443;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 { margin: 0 0 5px; }
|
||||
|
|
@ -233,7 +233,6 @@ div.blogpost {
|
|||
}
|
||||
div.blogpost p.publish {
|
||||
margin-left: 1em;
|
||||
color: black;
|
||||
}
|
||||
div.blogpost div.content {
|
||||
margin-bottom: 1em;
|
||||
|
|
@ -289,8 +288,8 @@ ul.custom {
|
|||
ul.custom li.item { margin-bottom: 20px }
|
||||
|
||||
ul.custom li.item h3 {
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.custom li.item p {
|
||||
|
|
|
|||
Reference in a new issue