mirror of
https://github.com/Steffo99/distributed-arcade-viewer.git
synced 2025-02-12 23:03:57 +00:00
Use pineapple-surf style
This commit is contained in:
parent
4ea8b42217
commit
02d16e54e2
3 changed files with 8 additions and 3 deletions
|
@ -7,7 +7,6 @@ export default function Document() {
|
|||
<Head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^6/dist/base.root.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^6/dist/classic.root.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^6/dist/glass.root.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^6/dist/colors-royalblue.root.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@steffo/bluelib@^6/dist/fonts-fira-ghpages.root.css" type="text/css"/>
|
||||
</Head>
|
||||
|
|
BIN
public/pineapple-surf.png
Normal file
BIN
public/pineapple-surf.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 67 KiB |
|
@ -1,10 +1,16 @@
|
|||
body {
|
||||
background-image: url(/kier-in-sight-s99bwKNke8g-unsplash.jpg);
|
||||
backdrop-filter: hue-rotate(190deg) brightness(40%) contrast(115%);
|
||||
background-image: url(/pineapple-surf.png);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-radius: 4px;
|
||||
padding: 2px 2px 0 2px;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#__next {
|
||||
min-height: 100vh;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue