aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/startpage/backgroundsmall.jpgbin0 -> 103811 bytes
-rw-r--r--.config/startpage/index.html14
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/startpage/backgroundsmall.jpg b/.config/startpage/backgroundsmall.jpg
new file mode 100644
index 0000000..3b51a70
--- /dev/null
+++ b/.config/startpage/backgroundsmall.jpg
Binary files differ
diff --git a/.config/startpage/index.html b/.config/startpage/index.html
index bd9e045..f9c7650 100644
--- a/.config/startpage/index.html
+++ b/.config/startpage/index.html
@@ -10,16 +10,17 @@
margin: 0px;
background-image: url('main/background.jpg');
background-repeat: no-repeat;
- background-size: cover;
+ background-size: 100vw 110vh; /* 110vh so yukino looks cuter lol */
+
+ background-color: #565960;
}
.nav {
position: absolute;
bottom: 0.5rem;
- left: 0; right: 0;
-
+ left: 1.5rem; right: 1.5rem;
margin: auto;
- width: 90%;
- height: 3rem;
+
+ /*width: 90%;*/
background-color: #FFFFFF;
border: 2px solid #232627;
@@ -36,8 +37,9 @@
}
.link-container {
background-color: #5B76B7;
- padding: 0.5rem 1rem;
+ padding: 0.5rem 1.1rem;
border-radius: 1.5rem;
+ margin: 0.25rem 0.3rem;
}
.nav a {
color: white;