/*
Theme Name: Child theme TwentyTwentyFive
Theme URI: 
Author: Linus Johansson
Author URI: 
Description: Child theme of 2025 WP official theme.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: child-theme-twentytwentyfive
Tags: 
*/

main {
  margin-top: 0 !important;
}

a {
  text-decoration: none !important;
  transition: all 200ms ease;
}

a:hover {
  color: var(--wp--preset--color--accent-2) !important;
}

.current-menu-item {
  color: var(--wp--preset--color--accent-2) !important;
}
