mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
Dynamic heading
Dynamic heading for themer, there is is_index function.
This commit is contained in:
parent
f30a857608
commit
b59d9ffd55
7 changed files with 142 additions and 105 deletions
|
|
@ -56,19 +56,19 @@ h1{
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
h1.blog-title {
|
||||
h1.blog-title, h2.blog-title {
|
||||
text-transform:uppercase;
|
||||
font: 20px 'Open Sans Condensed', sans-serif;
|
||||
margin-bottom: 1em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h1.blog-title a {
|
||||
h1.blog-title a, h2.blog-title a {
|
||||
color:#4f4f4f;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1.blog-title a:hover {
|
||||
h1.blog-title a:hover, h2.blog-title a:hover {
|
||||
color: #389dc1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue