Share funktion
This commit is contained in:
@@ -426,8 +426,8 @@ h3 {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
background: #162118;
|
||||
color: #fff;
|
||||
background: #fff;
|
||||
color: #162118;
|
||||
padding: 1rem 2.2rem;
|
||||
border-radius: var(--r-pill);
|
||||
font-size: 0.9rem;
|
||||
@@ -437,7 +437,7 @@ h3 {
|
||||
}
|
||||
|
||||
.btn-primary:hover {
|
||||
background: #253228;
|
||||
background: #f0f0f0;
|
||||
transform: translateY(-3px);
|
||||
box-shadow: 0 12px 36px rgba(22, 33, 24, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user