type fixes

This commit is contained in:
Ishaan Dey
2024-05-23 23:52:30 -07:00
parent 1528ea5257
commit 30e1c39d6c
7 changed files with 109 additions and 103 deletions

View File

@ -78,15 +78,15 @@
.gradient-button-bg {
background: radial-gradient(
circle at top,
#a5b4fc 0%,
#3730a3 50%
#d4d4d4 0%,
#262626 50%
); /* violet 300 -> 800 */
}
.gradient-button {
background: radial-gradient(
circle at bottom,
#312e81 -10%,
#262626 -10%,
hsl(0 0% 3.9%) 50%
); /* violet 900 -> bg */
}
@ -94,7 +94,7 @@
.gradient-button-bg > div:hover {
background: radial-gradient(
circle at bottom,
#312e81 -10%,
#262626 -10%,
hsl(0 0% 3.9%) 80%
); /* violet 900 -> bg */
}