2026-01-22 14:40:16 +00:00

33 lines
491 B
CSS

/*
Theme Name: GamePulse Child
Theme URI: https://flatlogic.com/
Description: Child theme for the GamePulse blog.
Author: Gemini
Template: twentytwentyfive
Version: 1.0.0
*/
body {
background-color: #0f0f0f;
color: #e0e0e0;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
font-family: 'Inter', sans-serif;
}
a {
color: #E63946;
text-decoration: none;
}
a:hover {
color: #f1faee;
}
.wp-block-heading {
border-left: 4px solid #E63946;
padding-left: 15px;
}