Skip to content

Commit 1a82145

Browse files
committed
update css
1 parent ae4ec24 commit 1a82145

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ rendering chunks (1)...
177177
vite-plugin-singlefile-compression 2.4.0 deflate-raw base128-ascii
178178
179179
file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
180-
126.509 kB -> 59.649 kB
180+
126.497 kB -> 59.589 kB
181181
182182
Finish.
183183
184184
computing gzip size...
185-
dist/index.html 59.64 kB │ gzip: 44.92 kB
185+
dist/index.html 59.58 kB │ gzip: 44.90 kB
186186
187-
✓ built in 309ms
187+
✓ built in 293ms
188188
```
189189

190190
## Clone

test/src/assets/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
code {
1111
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
1212
font-size: 14px;
13-
background: rgba(128, 128, 128, 0.2);
13+
background: #818b981f;
1414
padding: 3px;
1515
}
1616

@@ -30,7 +30,7 @@ a,
3030
text-decoration: none;
3131
color: hsl(270, 100%, 66%);
3232
transition: background-color 0.4s;
33-
padding: 3px;
33+
/* padding: 3px; */
3434
}
3535

3636
a:hover {

0 commit comments

Comments
 (0)