This commit is contained in:
Untone 2024-10-03 15:58:45 +03:00
parent 56c0f9aec9
commit f517f14628
2 changed files with 2 additions and 7 deletions

View File

@ -138,12 +138,7 @@
"engines": {
"node": ">= 20"
},
"trustedDependencies": [
"@biomejs/biome",
"@swc/core",
"esbuild",
"protobufjs"
],
"trustedDependencies": ["@biomejs/biome", "@swc/core", "esbuild", "protobufjs"],
"dependencies": {
"form-data": "^4.0.0",
"idb": "^8.0.0",

View File

@ -59,7 +59,7 @@
.topic {
font-size:1.2rem;
background: rgba(38, 56, 217, 0.95);
background: rgb(38 56 217 / 95%);
display: inline-block;
font-weight: bold;
line-height: 3.4rem;