style.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. Theme Name: Fixmate
  3. Theme URI: https://themeshaper.com/fixmate/
  4. Author: Automattic
  5. Author URI: https://automattic.com
  6. Description: Fixmate is a blog theme designed for individuals focusing on users who are into a side hustle on home improvement and handyperson services.
  7. Requires at least: 6.0
  8. Tested up to: 6.6
  9. Requires PHP: 5.7
  10. Version: 1.0
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Text Domain: fixmate
  14. Tags: education, entertainment, one-column, four-columns, right-sidebar, wide-blocks, block-patterns, block-styles, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-site-editing, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready
  15. /*
  16. * Text widows
  17. * https://github.com/WordPress/gutenberg/issues/55190
  18. */
  19. h1, h2, h3, h4, h4, h5, h6 {
  20. text-wrap: balance; /* Safari fallback */
  21. text-wrap: pretty;
  22. }
  23. /*
  24. * Control the hover stylings of outline block style.
  25. * Unnecessary once block styles are configurable via theme.json
  26. * https://github.com/WordPress/gutenberg/issues/42794
  27. */
  28. /*
  29. * Control the hover stylings of outline block style.
  30. * Unnecessary once block styles are configurable via theme.json
  31. * https://github.com/WordPress/gutenberg/issues/42794
  32. */
  33. .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
  34. background-color: var(--wp--preset--color--secondary);
  35. color: var(--wp--preset--color--base);
  36. border-color: var(--wp--preset--color--secondary);
  37. }
  38. /*
  39. * Link styles
  40. * https://github.com/WordPress/gutenberg/issues/42319
  41. */
  42. a {
  43. text-decoration-thickness: .0625em !important;
  44. text-underline-offset: .15em;
  45. }