style.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. Theme Name: Adventurer
  3. Theme URI: https://wordpress.com/theme/adventurer/
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: A theme for travelers, writers and photographers.
  7. Requires at least: 6.1
  8. Tested up to: 6.1.1
  9. Requires PHP: 5.7
  10. Version: 1.0.4
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Template:
  14. Text Domain: adventurer
  15. Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, blog, photography
  16. */
  17. /*
  18. * Control the hover stylings of outline block style.
  19. * Unnecessary once block styles are configurable via theme.json
  20. * https://github.com/WordPress/gutenberg/issues/42794
  21. */
  22. .wp-block-button.is-style-outline
  23. > .wp-block-button__link:not(.has-background):hover {
  24. background-color: var(--wp--preset--color--secondary);
  25. color: var(--wp--preset--color--background);
  26. border-color: var(--wp--preset--color--secondary);
  27. }
  28. /*
  29. * Link styles
  30. * https://github.com/WordPress/gutenberg/issues/42319
  31. */
  32. a {
  33. text-decoration-thickness: 0.0625em !important;
  34. text-underline-offset: 0.15em;
  35. }