max3 / Pikabu header fix

// ==UserScript==
// @name         Pikabu header fix
// @namespace    https://pikabu.ru/@Max3
// @version      1
// @description  fix header theme color on pikabu site
// @author       pikabu.ru/@Max3
// @match        *://pikabu.ru/*
// @grant        none
// @license MIT
// @copyright 2019, max3 (https://openuserjs.org//users/max3)
// ==/UserScript==


document.getElementsByClassName('header__inner')[0].style.backgroundColor = 'var(--color--button_success__bg)'
console.log('style_fixed!')