mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Color updates - remove purple colors
This commit is contained in:
@@ -16,7 +16,7 @@ export const cubes: CodeObject = {
|
||||
easing="power3.out"
|
||||
:duration="{ enter: 0.3, leave: 0.6 }"
|
||||
border-style="1px solid #fff"
|
||||
face-color="#060010"
|
||||
face-color="#0b0b0b"
|
||||
:shadow="false"
|
||||
:auto-animate="true"
|
||||
:ripple-on-click="true"
|
||||
|
||||
@@ -7,8 +7,8 @@ export const glareHover: CodeObject = {
|
||||
<GlareHover
|
||||
width="400px"
|
||||
height="300px"
|
||||
background="#060010"
|
||||
border-color="#271E37"
|
||||
background="#0b0b0b"
|
||||
border-color="#222222"
|
||||
border-radius="20px"
|
||||
glare-color="#ffffff"
|
||||
:glare-opacity="0.3"
|
||||
|
||||
@@ -27,7 +27,7 @@ import Magnet from '@/content/Animations/Magnet/Magnet.vue'
|
||||
<style scoped>
|
||||
.magnet-element {
|
||||
padding: 2rem;
|
||||
background: #060010;
|
||||
background: #0b0b0b;
|
||||
border: 1px solid #333;
|
||||
border-radius: 12px;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user