/* Theme Name: Kazhnuz Space Theme URI: Author: Kazhnuz Author URI: https://kazhnuz.space Description: The default theme for Kazhnuz Space, my art blog Version: 0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, right-sidebar, magazine Text Domain: kazhnuz-space-theme This theme is licensed under the GPLv3. */ /* * 1 - Global colors styling * * This part of the (s)css handle the colors of the page. * */ body { background-color: #fdf6e3; color: #073642; } a { color: #268bd2; text-decoration: none; } ::selection { background: #268bd2; color: #fdf6e3; } ::-moz-selection { background: #268bd2; color: #fdf6e3; }