style: underline contributor links + timezone select placeholder color
- join.vue: underline links inside .checkbox-label - profile.vue: underline .posts-empty-link by default; remove hover-only underline rule; tint timezone select placeholder via :deep slot
This commit is contained in:
parent
0f841912e2
commit
0c489cf2c3
2 changed files with 4 additions and 3 deletions
|
|
@ -712,11 +712,11 @@ useHead({
|
|||
|
||||
.posts-empty-link {
|
||||
color: var(--candle);
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.posts-empty-link:hover {
|
||||
text-decoration: underline;
|
||||
.timezone-select :deep([data-slot="placeholder"]) {
|
||||
color: var(--text-dim);
|
||||
}
|
||||
|
||||
.posts-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue