/*
Theme Name: Novel
Theme URI: https://example.com
Author: Thuongminhlsr
Author URI: https://example.com
Description: Theme tùy chỉnh đơn giản.
Version: 1.0
Text Domain: my-custom-theme
*/
/* Link styles */
.intro-content a,
.entry-content a {
    color: #0066cc;
    text-decoration: underline;
}

.intro-content a:hover,
.entry-content a:hover {
    color: #004499;
    text-decoration: none;
}