style: apply premium blue-to-purple gradient to brand text logo
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>MischLabs Admin</title>
|
||||
<meta name="description" content="MischLabs dashboard administration.">
|
||||
<meta name="theme-color" content="#0f172a">
|
||||
<link rel="stylesheet" href="/style.css?v=25">
|
||||
<link rel="stylesheet" href="/style.css?v=26">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero admin-hero">
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon-v2.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="/icons/icon-512.png">
|
||||
<link rel="stylesheet" href="style.css?v=20">
|
||||
<link rel="stylesheet" href="style.css?v=26">
|
||||
</head>
|
||||
<body>
|
||||
<header class="shell hero">
|
||||
|
||||
@@ -73,6 +73,15 @@ input {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.brand h1 {
|
||||
background: linear-gradient(135deg, #38bdf8 0%, #c084fc 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
text-fill-color: transparent;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.brand-mark {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
|
||||
Reference in New Issue
Block a user