/**
Theme Name: linuxnightly
Author: linuxnightly
Author URI: https://linuxnightly.com
Description: linuxnightly wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linuxnightly
Template: astra
*/

.ast-separate-container .post-navigation {
	display: none;
}

code {
	background-color: #eee;
    color: #3a3a3a;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-secondary {
	color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

kbd {
	background-color: #eee;
    color: #3a3a3a;
	border-radius: 3px;
    border: 1px solid #b4b4b4;
	padding: 2px;
}

.comments-area textarea#comment, .comments-area .ast-comment-formwrap input[type="text"] {
	max-width: 1120px;
}