fmt
This commit is contained in:
parent
56c0f9aec9
commit
f517f14628
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user