Modify the style of the list tags
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Mary 2023-08-17 01:09:31 +01:00
parent 1b6ef16611
commit c11e79aaa4
2 changed files with 10 additions and 1 deletions

View File

@ -57,11 +57,20 @@ blockquote h1 {
.post_tag {
margin-bottom: 5rem !important;
}
.posttags {
background-color: #6d0f00 !important;
//font-weight: bold !important;
}
.tags_name {
color: #fff;
background-color: #6d0f00 !important;
padding: .6rem;
display: inline-block;
border-radius: 6px;
}
th, td {
border: none !important;
text-align: left;

View File

@ -1,7 +1,7 @@
{{- define "main" }}
<section class="tags">
<div class="tags__header">
<h2 class="tags__title">{{ .Title }}</h2>
<h2 class="tags__title tags_name">{{ .Title }}</h2>
</div>