Make sensory tags solid gold background with bold white text
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6e4d12bed1
commit
3a257eaab1
|
|
@ -304,12 +304,13 @@
|
||||||
|
|
||||||
.sensory-tag {
|
.sensory-tag {
|
||||||
font-size: 0.65rem;
|
font-size: 0.65rem;
|
||||||
|
font-weight: 600;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0.35rem 0.8rem;
|
padding: 0.35rem 0.8rem;
|
||||||
border: 1px solid rgba(198, 139, 63, 0.4);
|
border: 1px solid var(--gold);
|
||||||
background: rgba(198, 139, 63, 0.15);
|
background: var(--gold);
|
||||||
color: var(--gold);
|
color: var(--sand);
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-image-col {
|
.project-image-col {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue