2023-03-14 16:41:55 +00:00
|
|
|
/*
|
|
|
|
Theme Name: Iotix
|
2023-04-28 18:10:11 +00:00
|
|
|
Theme URI: https://wordpress.com/themes/iotix
|
2023-03-14 16:41:55 +00:00
|
|
|
Author: Automattic
|
2023-04-28 18:10:11 +00:00
|
|
|
Author URI: https://automattic.com/
|
2023-04-24 15:41:03 +00:00
|
|
|
Description: Iotix provides a great starting point for creating a business or startup website.
|
2023-03-14 16:41:55 +00:00
|
|
|
Requires at least: 5.8
|
|
|
|
Tested up to: 6.2
|
|
|
|
Requires PHP: 5.7
|
2023-07-05 15:13:19 +00:00
|
|
|
Version: 1.0.5
|
2023-03-14 16:41:55 +00:00
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
Text Domain: iotix
|
|
|
|
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
|
|
|
|
*//*
|
|
|
|
* Font smoothing
|
|
|
|
*/
|
|
|
|
body {
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2023-03-24 16:10:39 +00:00
|
|
|
* Link styles
|
|
|
|
* https://github.com/WordPress/gutenberg/issues/42319
|
2023-03-14 16:41:55 +00:00
|
|
|
*/
|
2023-03-24 16:10:39 +00:00
|
|
|
a {
|
|
|
|
text-decoration-thickness: 0.0625em !important;
|
|
|
|
text-underline-offset: 0.15em;
|
2023-03-14 16:41:55 +00:00
|
|
|
}
|