Improved various minor things
This commit is contained in:
parent
cdd6050359
commit
847ddcf6e0
@ -101,6 +101,7 @@ body {
|
||||
padding: 50px 75px;
|
||||
min-width: 360px;
|
||||
background: #ccc;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
@ -258,6 +259,8 @@ li aside div:last-child {
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
|
||||
a:hover, h1 a {
|
||||
|
||||
@ -1437,7 +1437,7 @@ var currentfilms = [
|
||||
"emulsion": "",
|
||||
"price": 1,
|
||||
"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,
|
||||
"datasheet": "datasheets/kodak-ultramax-400.pdf",
|
||||
"lomography": "https://www.lomography.com/films/871945457-kodak-ultramax-400-35mm/photos",
|
||||
|
||||
@ -4,9 +4,10 @@
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ccc",
|
||||
"theme_color": "#000",
|
||||
"description": "a database of currently available 35mm, 110 and medium format film stocks",
|
||||
"icons": [{
|
||||
"src": "favicon.svg",
|
||||
"sizes": "any"
|
||||
"sizes": "any maskable"
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user