fix issues, add background tile

This commit is contained in:
andrigamerita 2023-09-30 13:34:42 +02:00 committed by GitHub
parent f8903bc0e1
commit 9520114551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

@ -4,7 +4,7 @@ octt:
links:
- title: "Website"
url: "https://hub.octt.eu.org"
icon: "fab fa-globe"
icon: "fas fa-globe"
arves:
name: "Arves"
@ -16,4 +16,4 @@ xilog:
links:
- title: "Website"
url: "https://alanr.me"
icon: "fab fa-globe"
icon: "fas fa-globe"

View File

@ -1,2 +1,4 @@
- title: "Posts"
url: "/"
- title: "Search"
url: "/search"

View File

@ -1,6 +1,12 @@
@import "./skins/default.css";
body {
background-color: #fff;
background-image: url('../../media/nds-tile-square.png');
background-repeat: repeat;
}
.page-image img {
width: auto !important;
max-height: 75vh !important;
}
}

BIN
media/nds-tile-square.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B