style.css 905 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Theme Name: Iotix
  3. Theme URI: https://wordpress.com/themes/iotix
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Iotix provides a great starting point for creating a business or startup website.
  7. Requires at least: 5.8
  8. Tested up to: 6.2
  9. Requires PHP: 5.7
  10. Version: 1.0.10
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Text Domain: iotix
  14. 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, style-variations
  15. */
  16. /*
  17. * Font smoothing
  18. */
  19. body {
  20. -moz-osx-font-smoothing: grayscale;
  21. -webkit-font-smoothing: antialiased;
  22. }
  23. /*
  24. * Link styles
  25. * https://github.com/WordPress/gutenberg/issues/42319
  26. */
  27. a {
  28. text-decoration-thickness: 0.0625em !important;
  29. text-underline-offset: 0.15em;
  30. }