/* ---------------------------------------------------------------------------------------------------------------------

    Blog - My personal blog
    Copyright (C) 2018-2022  Hugo Xu

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

------------------------------------------------------------------------------------------------------------------------

    Post pages style sheet

--------------------------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    line-height: 1.5;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

code {
    background-color: #F0F0F0;
    font-family: monospace;
    padding: 3px 5px;
    position: relative;
    top: -1px;
}

pre {
    background-color: #F0F0F0;
    overflow: auto;
    padding: 5px;
}

    pre code {
        padding: 0px;
        top: 0px;
    }

.container {
    background-color: #FCFCFC;
    padding-bottom: 1px;
    padding-top: 25px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
