Move things over to Astro I guess...
This commit is contained in:
parent
0c340ff317
commit
cef99ad763
18 changed files with 5201 additions and 0 deletions
32
old/src/aria.css
Normal file
32
old/src/aria.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
html {
|
||||
font-size: 100%;
|
||||
line-height: 1.5;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #1f2d39;
|
||||
|
||||
max-width: 756px;
|
||||
|
||||
height: 500px;
|
||||
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
image-rendering: pixelated;
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
image-rendering: pixelated;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue