Improved various minor things

This commit is contained in:
Sebastian Lay 2021-08-02 21:14:34 +02:00
parent cdd6050359
commit 847ddcf6e0
No known key found for this signature in database
GPG Key ID: A699D9B80D6068AA
3 changed files with 6 additions and 2 deletions

View File

@ -101,6 +101,7 @@ body {
padding: 50px 75px; padding: 50px 75px;
min-width: 360px; min-width: 360px;
background: #ccc; background: #ccc;
color: #000;
text-align: left; text-align: left;
overflow-y: scroll; overflow-y: scroll;
} }
@ -258,6 +259,8 @@ li aside div:last-child {
a { a {
color: #000; color: #000;
text-decoration: underline;
text-underline-offset: 3px;
} }
a:hover, h1 a { a:hover, h1 a {

View File

@ -1437,7 +1437,7 @@ var currentfilms = [
"emulsion": "", "emulsion": "",
"price": 1, "price": 1,
"popularity": 98624, "popularity": 98624,
"description": "consumer film that can be used universally and is suitable for a variety of applications with a higher ISO than the Kodak ColorPlus", "description": "consumer film that can be used universally and is suitable for a variety of applications",
"launched": 2007, "launched": 2007,
"datasheet": "datasheets/kodak-ultramax-400.pdf", "datasheet": "datasheets/kodak-ultramax-400.pdf",
"lomography": "https://www.lomography.com/films/871945457-kodak-ultramax-400-35mm/photos", "lomography": "https://www.lomography.com/films/871945457-kodak-ultramax-400-35mm/photos",

View File

@ -4,9 +4,10 @@
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#ccc", "background_color": "#ccc",
"theme_color": "#000",
"description": "a database of currently available 35mm, 110 and medium format film stocks", "description": "a database of currently available 35mm, 110 and medium format film stocks",
"icons": [{ "icons": [{
"src": "favicon.svg", "src": "favicon.svg",
"sizes": "any" "sizes": "any maskable"
}] }]
} }