/*
Theme Name: UP Code
Theme URI: https://github.com/bsdsouzagit/upcode
Description: Base theme for development with WordPress.
Author: Bruno Souza <wp@upcode.cloud>
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odin
Don't add css in this file!
The theme css is in assets/css/_style.css
*/
@import "https://fonts.googleapis.com/css?family=Alegreya:400,500,700|Open+Sans+Condensed:300,400,500,700|Open+Sans:300,300i,400,500,600,600i,700,700i";
@import "assets/css/_bootstrap.offcanvas.css";
@import "assets/css/_theme.css";
.page-link {
    color: #965A2D;
}
.page-link:hover,.page-link:focus {
    color: #452915;
}
.page-item.active .page-link {
    background-color: #965A2D;
    border-color: #965A2D;
}