style.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. Theme Name: Upsidedown
  3. Theme URI: https://wordpress.com/theme/upsidedown/
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Upsidedown is a blog theme designed in the WordPress Site Editor. With its neat visuals, it introduces a direct experience on post reading: noticeable post titles listed on a text-only page, with an original swap of header and footer blocks.
  7. Requires at least: 6.0
  8. Tested up to: 6.1
  9. Requires PHP: 5.7
  10. Version: 1.0.5
  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: upsidedown
  15. Tags: blog, 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, style-variations
  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--primary);
  25. color: var(--wp--preset--color--secondary);
  26. border-color: var(--wp--preset--color--primary);
  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. }