=== Ansico WP Theme ===
Contributors: andreasansico
Tags: full-site-editing, block-patterns, blog, one-column, two-columns, custom-menu, featured-images, editor-style
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.1.0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

A clean, full-site-editing WordPress block theme with a centered title header, boxed navigation, content + sidebar layout, and a blue footer.

== Description ==

Ansico WP Theme is a minimal, full-site-editing block theme built for blogs and content sites.
It uses Source Sans 3, a clean navigation bar with active-state highlighting, and a two-column
layout (content + sidebar). The theme ships with three colour style variants (Blue, Green, Petrol)
and a new Dark variant added in 1.0.1.1.

== Changelog ==

= 1.0.1.1 =
* Fix: Body text color set to #111111 with -webkit-font-smoothing: antialiased — prevents
  Source Sans 3 from rendering as light/grey on webkit browsers.
* Fix: Navigation flexWrap changed from "wrap" to "nowrap" — menu stays on one line.
  Container uses overflow-x: auto with hidden scrollbar as fallback for very long menus.
  Nav items use flex-shrink: 0 to prevent compression.
* Feature: Custom logo support — upload a logo via Appearance → Customise → Site Identity.
  Header shows logo (if set) or falls back to site title text. CSS uses :has() to toggle
  visibility automatically without JavaScript.
* Feature: add_theme_support('custom-logo') registered with flex width/height.

= 1.0.1.1 (previous entries) =
* CSS: Major refactor — removed ~400 lines of duplicated/overriding rules, organised into clearly
  labelled sections. All visual output is identical or improved.
* Accessibility: Added skip-to-content link (renders via wp_body_open hook), improved focus-visible
  styles globally, added aria anchor #main-content to all templates.
* theme.json: Added "subtle" and "muted" colour presets (fixes sidebar background reference).
  Added "xx-large" font size. Added hover colour for links and buttons. Declared font faces inside
  fontFamilies so the editor can offer them without the @font-face duplication in CSS.
  Added button :hover style.
* functions.php: Added load_theme_textdomain(), add_theme_support('title-tag'),
  add_theme_support('post-thumbnails'). Added nonce verification in ansico_save_profile_extensions().
  Added YouTube and GitHub to social networks registry.
  Simplified ansico_hide_legacy_contact_methods to use the registry array.
  Removed anonymous function wrapping from avatar filter (cleaner code).
* New: Dark colour style variant (styles/dark.json).
* footer.html: Copyright year now uses dynamic PHP date() via template literal.
* sidebar.html: Updated to use the now-defined "subtle" background colour preset.

= 1.0.1 =
* Various fixes to navigation active state, post meta, taxonomy rows, author archive layout,
  mobile navigation, and archive post list grid.

= 1.0.0 =
* Initial release.
