This commit is contained in:
Ishaan Dey
2024-04-18 03:06:51 -04:00
parent 19c2992824
commit 11dfc0f637
10 changed files with 968 additions and 26 deletions

View File

@ -57,7 +57,7 @@
--accent: 0 0% 14.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive: 0 62.8% 50%;
--destructive-foreground: 0 0% 98%;
--border: 0 0% 14.9%;
@ -76,7 +76,7 @@
}
.gradient-button-bg {
background: radial-gradient(circle at top, #a5b4fc -25%, #3730a3 50%); /* violet 300 -> 800 */
background: radial-gradient(circle at top, #a5b4fc 0%, #3730a3 50%); /* violet 300 -> 800 */
}
.gradient-button {
@ -92,9 +92,9 @@
}
.gradient-project-card {
background: radial-gradient(circle at bottom right, #312e81 -50%, hsl(0 0% 3.9%) 50%); /* violet 900 -> bg */
background: radial-gradient(circle at bottom right, #312e81 -75%, hsl(0 0% 3.9%) 50%); /* violet 900 -> bg */
}
.gradient-project-card-bg > div:hover {
background: radial-gradient(circle at bottom right, #312e81 -50%, hsl(0 0% 3.9%) 60%); /* violet 900 -> bg */
background: radial-gradient(circle at bottom right, #312e81 -75%, hsl(0 0% 3.9%) 60%); /* violet 900 -> bg */
}