mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Revert "Merge branch 'Swino4ka'"
This reverts commit68d655d2bf, reversing changes made to74fa487f02.
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
}
|
||||
|
||||
.header__nav nav a:hover {
|
||||
color: #fab31e;
|
||||
color: #EF4444;
|
||||
}
|
||||
|
||||
.header__nav--now {
|
||||
color: #fab31e;
|
||||
color: #EF4444;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
position: relative;
|
||||
}
|
||||
@@ -42,7 +42,7 @@
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #ffffff;
|
||||
background: #EF4444;
|
||||
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
bottom: -7px;
|
||||
left: 0;
|
||||
@@ -60,7 +60,7 @@
|
||||
|
||||
.header__card--balance {
|
||||
border-radius: 9px;
|
||||
background: #252525;
|
||||
background: #22252F;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
padding: 10px 15px 8px 8px;
|
||||
}
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
.header__btn--wallet a {
|
||||
border-radius: 13px;
|
||||
background: #fab31e;
|
||||
background: #EF4444;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
font-size: 16px;
|
||||
text-transform: uppercase;
|
||||
@@ -122,7 +122,7 @@
|
||||
font-weight: 700;
|
||||
font-family: Montserrat;
|
||||
border-radius: 8px;
|
||||
background: rgb(255, 0, 0);
|
||||
background: #30323E;
|
||||
text-decoration: none;
|
||||
padding: 6px 2px 6px 2px;
|
||||
width: 75px;
|
||||
@@ -146,7 +146,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 13px;
|
||||
background: #a6ffab;
|
||||
background: #5865f2;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user