Improved various minor things
This commit is contained in:
parent
cdd6050359
commit
847ddcf6e0
@ -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 {
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user