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": { "engines": {
"node": ">= 20" "node": ">= 20"
}, },
"trustedDependencies": [ "trustedDependencies": ["@biomejs/biome", "@swc/core", "esbuild", "protobufjs"],
"@biomejs/biome",
"@swc/core",
"esbuild",
"protobufjs"
],
"dependencies": { "dependencies": {
"form-data": "^4.0.0", "form-data": "^4.0.0",
"idb": "^8.0.0", "idb": "^8.0.0",

View File

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