New version
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 24s

This commit is contained in:
Opti1337 2024-03-01 12:49:47 +03:00
parent 32077d005b
commit cd134661cb
2 changed files with 1 additions and 15 deletions

16
app.vue
View File

@ -1,10 +1,6 @@
<template> <template>
<header> <header>
<div class="logo"> <img class="logo" src="/logo-no-bg.png" alt="KPTL">
KP
<br>
TL
</div>
</header> </header>
<div class="grid"> <div class="grid">
@ -75,17 +71,7 @@ header {
} }
.logo { .logo {
display: inline-block;
text-align: center;
font-size: 32px;
line-height: 1;
width: 64px; width: 64px;
text-transform: uppercase;
font-weight: 700;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, var(--beaver), var(--walnut-brown));
} }
.grid { .grid {

BIN
public/logo-no-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB