/*
Theme Name: Silly Converter
Theme URI: https://sillyconverter.com
Author: Silly Converter Team
Author URI: https://sillyconverter.com
Description: A fun React-powered converter website with quirky tools - Ant Strength, Moon Weight, Emoji Translator and more!
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sillyconverter
Tags: one-column, custom-menu, featured-images, full-width-template
*/

body {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-image: radial-gradient(#000 1px, transparent 1px);
  background-size: 30px 30px;
}
.dark body {
  background-image: radial-gradient(#fff 1px, transparent 1px);
}
