improve generate hint

This commit is contained in:
Ishaan Dey
2024-05-02 15:25:24 -07:00
parent 2b9576c3fe
commit dc6e5e4cbe
3 changed files with 80 additions and 16 deletions

View File

@ -97,4 +97,13 @@
.gradient-project-card-bg > div:hover {
background: radial-gradient(circle at bottom right, #312e81 -75%, hsl(0 0% 3.9%) 60%); /* violet 900 -> bg */
}
.inline-decoration::after {
content: 'Generate ⌘G';
color: #525252;
border: 1px solid #525252;
padding: 2px 4px;
border-radius: 4px;
margin-left: 56px;
}