WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b706eb4

Browse files
committed
refactor: remove unused CSS styles from Hacker Background page
1 parent 06daa0b commit b706eb4

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/pages/hacker-background/styles.module.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,4 @@
1919
position: absolute;
2020
inset: 0;
2121
pointer-events: none;
22-
}
23-
24-
.content {
25-
font-family: monospace;
26-
font-size: 14px;
27-
line-height: 1;
28-
color: #0f0;
29-
30-
/* Create a grid of characters */
31-
display: grid;
32-
word-break: break-all;
33-
grid-template-columns: repeat(auto-fill, 1ch);
34-
grid-template-rows: repeat(auto-fill, 1em);
35-
grid-auto-flow: row;
36-
37-
/* Fill the container */
38-
height: 100vh;
39-
width: 100vw;
40-
position: absolute;
41-
inset: 0;
4222
}

0 commit comments

Comments
 (0)