mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Improve theme
This commit is contained in:
parent
8b2d616a88
commit
38faebe6d6
11 changed files with 94 additions and 29 deletions
|
|
@ -242,6 +242,17 @@ ul li, ol li {
|
|||
margin: 0.25em 0;
|
||||
}
|
||||
|
||||
.category {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
color: #333;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
margin: 20px 0;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Header
|
||||
--------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue