style.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. Theme Name: Otis
  3. Theme URI:
  4. Author: Automattic
  5. Author URI: https://automattic.com
  6. Description: Otis is a WordPress block theme that is well-suited for personal blogging. It is designed to provide a polished, modern user experience. Its default templates include an opinionated header template with large type, and straightforward single and page templates, which are particularly useful for users who do not want to include images on their site. Otis\' strong design point of view encourages users to follow its design principles. It is focused on simplicity and readability, with a clean and uncluttered layout that allows readers to easily navigate content.
  7. Requires at least: 5.8
  8. Tested up to: 5.9
  9. Requires PHP: 5.7
  10. Version: 1.0.2
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Text Domain: otis
  14. Tags: blog, news, portfolio, one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-header, custom-menu, editor-style, full-site-editing, rtl-language-support, theme-options, translation-ready
  15. /*
  16. * Control the hover stylings of outline block style.
  17. * Unnecessary once block styles are configurable via theme.json
  18. * https://github.com/WordPress/gutenberg/issues/42794
  19. */
  20. .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
  21. background-color: var(--wp--preset--color--secondary);
  22. color: var(--wp--preset--color--background);
  23. border-color: var(--wp--preset--color--secondary);
  24. }
  25. /*
  26. * Link styles
  27. * https://github.com/WordPress/gutenberg/issues/42319
  28. */
  29. a {
  30. text-decoration-thickness: .0625em !important;
  31. text-underline-offset: .15em;
  32. }