Repositories (1)

DigitalMenu
2 snippets stored for this repo
CSS IconCSS
/* Your palette color */
    --van-dyke: #F8E1E7;
    --silver: #C7C4BF;
CSS IconCSS
margin-bottom: 5px;
    color: var(--van-dyke); /* Adjusted the color for better contrast */
}