File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.6.5] - 2025-12-04
9+
10+ ### Fixed
11+
12+ - Added background color fallback for old browser (2022 firefox android) in About
13+
814## [ 1.6.4] - 2025-12-03
915
1016### Fixed
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ module.exports = {
4343 kwtextgrey : '#585b5d' ,
4444 kwtextgreyn : '#707272' ,
4545 kwaboutdarkblue : '#161c32' ,
46+ kwaboutfallbackblue : '#161c32' ,
4647 kwaboutdarkerblue : '#0e0f14' ,
4748 kwaboutlightblue : '#32384c' ,
4849 kwaboutorange : '#f48c32' ,
Original file line number Diff line number Diff line change 1515 < body
1616 data-page ="{{ page }} "
1717 class ="relative min-h-screen pb-20
18- {% if page == 'download' %}bg-kworange md:bg-kwbggrey{% elif page == 'about' %}bg-gradient-to-br from-kwaboutdarkblue to-kwaboutdarkerblue{% else %}bg-kwbggrey{% endif %}
18+ {% if page == 'download' %}bg-kworange md:bg-kwbggrey{% elif page == 'about' %}bg-kwaboutfallbackblue bg- gradient-to-br from-kwaboutdarkblue to-kwaboutdarkerblue{% else %}bg-kwbggrey{% endif %}
1919 ">
2020 < header class ="
2121 bg-white
You can’t perform that action at this time.
0 commit comments