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 {
|
||||
font-size: 0.65rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
padding: 0.35rem 0.8rem;
|
||||
border: 1px solid rgba(198, 139, 63, 0.4);
|
||||
background: rgba(198, 139, 63, 0.15);
|
||||
color: var(--gold);
|
||||
border: 1px solid var(--gold);
|
||||
background: var(--gold);
|
||||
color: var(--sand);
|
||||
}
|
||||
|
||||
.project-image-col {
|
||||
|
|
|
|||
Loading…
Reference in New Issue