/*
Theme Name: Howtoforge Theme
Theme URI: https://www.howtoforge.de
description: >-
  Vitux Theme
Author: Till Brehm
Author URI: https://www.howtoforge.de
Template: hueman
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: howtoforge
*/

.command {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    font-family: Courier New, Courier, mono;
    font-size: 16px;
    font-style: italic;
        border-radius: 4px;
}

.system {
    color: black;
    font-family: Courier New, Courier, mono;
    font-size: 16px;
    font-style: italic;
}

.highlight {
    color: #FF0000;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        text-decoration: underline;
}

