style.css 885 B

123456789101112131415161718192021222324252627282930
  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.4
  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
  15. *//*
  16. * Font smoothing
  17. */
  18. body {
  19. -moz-osx-font-smoothing: grayscale;
  20. -webkit-font-smoothing: antialiased;
  21. }
  22. /*
  23. * Link styles
  24. * https://github.com/WordPress/gutenberg/issues/42319
  25. */
  26. a {
  27. text-decoration-thickness: 0.0625em !important;
  28. text-underline-offset: 0.15em;
  29. }