/*
Theme Name: RBX ME 2021 Child
Theme URI: https://gilleslengy.xyz/
Author: Gilles Lengy
Author URI: https://gilleslengy.xyz/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
    --global--color-background: #000;
    --global--color-primary: #fff;
    --global--color-secondary: #fff;
    --button--color-background: #fff;
    --button--color-text-hover: #fff;
    --table--stripes-border-color: rgba(240,240,240,.15);
    --table--stripes-background-color: rgba(240,240,240,.15);
}
body {
    background-color: var(--global--color-background);
}
#site-navigation{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width:100%;
}

.primary-navigation > div > .menu-wrapper{
    justify-content: flex-end;
}

.site-branding {
    width: 100%;
}
.post-thumbnail .wp-post-image {
    margin-top:0;
}

.post-thumbnail a{
    border: solid 8px #fff;
    display: inline-block;
}

.post-thumbnail a:hover{
    border: solid 8px #696969;
    display: inline-block;
}