diff --git a/share/al-quran.reflectslight.io/CHANGELOG b/share/al-quran.reflectslight.io/CHANGELOG index d5665df20..f0b64fd9f 100644 --- a/share/al-quran.reflectslight.io/CHANGELOG +++ b/share/al-quran.reflectslight.io/CHANGELOG @@ -1,12 +1,18 @@ # -*- mode: org -*- -** v0.10.0 +** vNEXT + +**** Remove KaiOS breakpoints +There is a separate branch (~kaios/main~) for KaiOS support **** Rewrite theme implementation The theme implementation has been reduced to a set of colors that are applied when the theme is active, and in the process we made the creation of new themes easier + +** v0.10.0 + **** Add Cairo fonts Two new fonts for RTL languages: Cairo Regular, Cairo Bold diff --git a/src/css/base/_breakpoints.scss b/src/css/base/_breakpoints.scss index 55e83a152..cf854f052 100644 --- a/src/css/base/_breakpoints.scss +++ b/src/css/base/_breakpoints.scss @@ -1,8 +1,4 @@ -/* KaiOS: max widths */ -$breakpoint-kaiOS-portrait: 240px; -$breakpoint-kaiOS-landscape: 320px; - -/* Standard max widths */ +/* max-width */ $breakpoint-sm: 576px; $breakpoint-md: 768px; $breakpoint-lg: 992px;