Add app favicon and brand mark
This commit is contained in:
+8
-5
@@ -194,11 +194,14 @@ button {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: 18px;
|
||||
background: linear-gradient(180deg, rgba(146, 232, 255, 0.9), rgba(95, 181, 255, 0.55));
|
||||
color: #032338;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 800;
|
||||
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.35);
|
||||
overflow: hidden;
|
||||
box-shadow: 0 10px 24px rgba(9, 25, 40, 0.22);
|
||||
}
|
||||
|
||||
.brand-mark img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.brand-block h1,
|
||||
|
||||
Reference in New Issue
Block a user