mirror of https://github.com/bastienwirtz/homer
Tag use --highlight-secondary background if not set bulma classes
parent
29a9cd3ea5
commit
b6d9749dea
|
@ -181,8 +181,6 @@
|
|||
}
|
||||
|
||||
.tag {
|
||||
color: var(--highlight-secondary);
|
||||
background-color: var(--highlight-secondary);
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
right: -0.2rem;
|
||||
|
@ -191,6 +189,11 @@
|
|||
transition: all 0.2s ease-out;
|
||||
padding: 0;
|
||||
|
||||
&:not([class*="is-"]) {
|
||||
color: #ffffff;
|
||||
background-color: var(--highlight-secondary);
|
||||
}
|
||||
|
||||
.tag-text {
|
||||
display: none;
|
||||
}
|
||||
|
@ -213,7 +216,6 @@
|
|||
|
||||
.tag {
|
||||
width: auto;
|
||||
color: #ffffff;
|
||||
padding: 0 0.75em;
|
||||
|
||||
.tag-text {
|
||||
|
|
Loading…
Reference in New Issue