style.css 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. Theme Name: Organizer
  3. Theme URI: https://github.com/wordpress/organizer/
  4. Author: Automattic
  5. Author URI: https://wordpress.org/themes/
  6. Description: Organizer has a simple structure and displays only the necessary information a real portfolio can benefit from. It's ready to be used by designers, artists, architects, and creators.
  7. Requires at least: 6.0
  8. Tested up to: 6.2.2
  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: organizer
  14. Tags: portfolio, two-columns, wide-blocks, accessibility-ready, block-patterns, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, sticky-post, style-variations, theme-options, threaded-comments, translation-ready, simple-portfolio, designer, artist, architect, showcase, custom-portfolio
  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--base);
  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. }