Files
spcss/CHANGES.md
2022-11-06 10:51:35 +00:00

90 lines
1.3 KiB
Markdown

0.9.0 (2022-11-06)
------------------
### Changed
- Change code and output colors from blue and green, respectively, to
green and amber, respectively.
0.8.0 (2021-09-11)
------------------
### Changed
- Increase top margin of heading elements from `1em` to `1.25em` to
create more separation from the preceding content.
- Set the background color of dark color theme to a darker shade of
gray (`#111`).
0.7.0 (2021-04-20)
------------------
### Changed
- Retain underlines for links.
- Color visited links purple.
- Color active links red.
0.6.0 (2021-01-06)
------------------
### Added
- Anchor links for headings.
- Light borders for table cells.
### Changed
- Code font size is no longer set to 0.9em, so the browser default for
code font size is used now.
### Fixed
- Excessive heading height when heading anchor link's font size is
reduced with a custom CSS.
0.5.0 (2020-12-07)
------------------
### Added
- Hyperlink decoration when it receives focus.
0.4.0 (2020-12-06)
------------------
### Added
- Dark color theme.
0.3.0 (2020-11-30)
------------------
### Added
- Left and right padding for `<body>`.
0.2.0 (2020-11-30)
------------------
### Added
- Minified CSS.
0.1.0 (2020-11-29)
------------------
### Added
- Initial release for simple and plain stylesheet.