Files
DrupalTutorial/core/modules/taxonomy/css/taxonomy.theme.css
2024-07-15 12:33:27 +02:00

10 lines
172 B
CSS
Executable File

.taxonomy-term-preview {
background-color: #eee;
}
.taxonomy-term-divider-top {
border-bottom: none;
}
.taxonomy-term-divider-bottom {
border-top: 1px dotted #ccc;
}