Browse Source

Style tags

master
Adrian Short 5 years ago
parent
commit
be28037d8a
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      static/css/main.css

+ 3
- 2
static/css/main.css View File

@@ -180,7 +180,6 @@ article p {
ul.tags {
margin: 0;
padding: 0;
background-color: ;
}

.tags li {
@@ -188,7 +187,9 @@ ul.tags {
list-style-type: none;
margin: 0 15px 0 0;
font-size: 0.8rem;
/* text-transform: lowercase; */
background-color: #eee;
padding: 3px 6px;
border-radius: 5px;
}

.tags li a, .tags li a:hover, .tags li a:visited {


Loading…
Cancel
Save