feat: rewrite to solidjs
This commit is contained in:
parent
74c6215c27
commit
afa2db26e7
21 changed files with 1074 additions and 1835 deletions
27
entrypoints/content/style.css
Normal file
27
entrypoints/content/style.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
font-family: monospace;
|
||||
position: fixed;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #222222;
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
h1.message,
|
||||
img.logo {
|
||||
filter: drop-shadow(0 0 1em #ffffff);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue