mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
very basic improvements over article home page
This commit is contained in:
@@ -66,7 +66,9 @@ input,
|
||||
label,
|
||||
button,
|
||||
span,
|
||||
li {
|
||||
li,
|
||||
td,
|
||||
th {
|
||||
font-family: 'Hind', sans-serif;
|
||||
color: var(--neutral-dark);
|
||||
}
|
||||
@@ -100,7 +102,7 @@ li {
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.label-input .tags {
|
||||
.tags {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
@@ -109,14 +111,14 @@ li {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.label-input .tags li {
|
||||
.tags li {
|
||||
background-color: var(--neutral-verylight);
|
||||
border-radius: var(--radius);
|
||||
|
||||
padding: 4px 16px;
|
||||
}
|
||||
|
||||
.label-input .tags li::marker {
|
||||
.tags li::marker {
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user