/*Change these to edit the colors of your pages
Use either color names -- https://www.w3schools.com/tags/ref_colornames.asp
or hex -- https://www.w3schools.com/colors/colors_hexadecimal.asp*/
:root {
    --bg:#a38208; /*The color of the background*/
    --header:#222; /*The Header and Footer*/
    --menu:#444; /*Hamburger menu*/
    --menutext:white; /*Text in the hamburger menu*/
    --glyph:white; /*The Hamburger and down arrow glyphs*/
    --post:#ddd; /*Background color of posts*/
    --button:white; /*Background color of buttons*/
    --ui-text:black; /*Color of the text in the Hamburger Menu*/
    --post-text:black; /*Default color of text in posts*/
    --pinned-post:gold; /*Color of the banner arroudn the Pinned post*/

}