This commit is contained in:
parent
0e757e0c9d
commit
481f95337f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
node_modules/.cache/eslint-loader/2c96486fca5d01523b7cb5e7c8951d2117b378d0.json.gz
generated
vendored
Normal file
BIN
node_modules/.cache/eslint-loader/2c96486fca5d01523b7cb5e7c8951d2117b378d0.json.gz
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/.cache/eslint-loader/cb5dc9b916b36f2c4c4b7506abea2e02b997a655.json.gz
generated
vendored
Normal file
BIN
node_modules/.cache/eslint-loader/cb5dc9b916b36f2c4c4b7506abea2e02b997a655.json.gz
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/.cache/eslint-loader/f20b541fa8b28f46eb89058e79e8756c6b904c43.json.gz
generated
vendored
Normal file
BIN
node_modules/.cache/eslint-loader/f20b541fa8b28f46eb89058e79e8756c6b904c43.json.gz
generated
vendored
Normal file
Binary file not shown.
|
|
@ -301,6 +301,7 @@ export default {
|
|||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
background: linear-gradient(to top, #4a90e2, #ffffff);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
// text-shadow: 0 0 10px rgba(74, 144, 226, 0.3);
|
||||
|
|
@ -384,6 +385,7 @@ export default {
|
|||
i {
|
||||
transform: scale(1.1) translateY(-2px);
|
||||
background: linear-gradient(135deg, #4a90e2, #36d1dc);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: drop-shadow(0 2px 4px rgba(74, 144, 226, 0.2));
|
||||
|
|
@ -436,6 +438,7 @@ export default {
|
|||
font-weight: bold;
|
||||
transition: all 0.3s ease;
|
||||
background: linear-gradient(135deg, #4a90e2, #36d1dc);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue