Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Releases: ceiphr/sn-overcast-theme

Fixed selected note text contrast.

21 Mar 04:08
Compare
Choose a tag to compare
1.2.4

Fixed selected note contrast.

Fixed selected note contrast.

28 Feb 03:50
Compare
Choose a tag to compare
1.2.3

Fixed selected note contrast.

Forgot to update package version

29 Jan 18:59
d870c16
Compare
Choose a tag to compare

The package.json and package-lock.json files had outdated version numbers. That has been fixed.

Fixed mobile style not applying

28 Jan 21:13
b01e385
Compare
Choose a tag to compare

CSS cannot be minified for mobile to work. This should be resolved now.

Refactored code. Added comments.

28 Jan 21:01
a138ccc
Compare
Choose a tag to compare

Important note for users of v1.1.2:
The Listed.to endpoint had an incorrect latest_url. This means your installation of Overcast will likely not update until you reinstall the theme. Sorry for the inconvenience.

Release notes:
There was a bit of hard-coding occurring before, that has been refactored to use SN CSS :root variables. All styles that aren't applied via :root variables now have explanations for what they do. The Listed.to endpoint JSON is now also in this repo.

Fixed tag contrast bug

28 Jan 01:33
9f423d6
Compare
Choose a tag to compare

A :not pseudo-class was being applied to the wrong class. This should fix contrast on the Archived and Trash pages.

Updated version naming. Polished buttons/tags.

28 Jan 01:22
771662e
Compare
Choose a tag to compare

Button and tag styles are more consistent. Version tags no longer contain a "v."

Improved button/archive contrast

28 Jan 01:03
f59b42a
Compare
Choose a tag to compare

With the new warning/danger/success colors, contrast was poor. Button and archive text is now dark so it is more readable.

Made hover CSS more consistent. Updated SN stylekit colors.

28 Jan 00:54
3a61b66
Compare
Choose a tag to compare

Success, warning and danger colors have been updated. Hover CSS is now consistent between notes and menus.

Improved contrast and hover

27 Jan 23:22
b1218e1
Compare
Choose a tag to compare

Notes now have hover CSS. The note editor header now has better contrast too. The README has been revised.