diff --git a/css/style.css b/css/style.css index 0b3f171..16ce509 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { diff --git a/js/current-films.js b/js/current-films.js index 61fd070..a36aad5 100644 --- a/js/current-films.js +++ b/js/current-films.js @@ -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", diff --git a/manifest.webmanifest b/manifest.webmanifest index 0a5e460..0cdd714 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -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" }] } \ No newline at end of file