/*
Theme Name: Tetsuo Child 
Description: A child theme of Tetsuo Theme
Author: Andi Setyaji
Author URI: https://andi17.com
Version: 1.0.0
Text Domain: tetsuo
Template: tetsuo
*/

:root {
    --nav-height: 130px;
}
html {
    --maxWidth: 1284px;
    scrollbar-color: linear-gradient(to bottom,#ff8a00,#da1b60);
    scrollbar-width: 30px;
    background: #100e17;
    color: #fff;
    overflow-x: hidden;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
html::-webkit-scrollbar {
    width: 25px;
    height: 20px!important;
}
html::-webkit-scrollbar-thumb {
    background: -webkit-gradient(linear,left top,left bottom,from(#ec4e00),to(#481501));
    background: linear-gradient(to bottom,#ec4e00,#481501);
    border-radius: 7px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
html::-webkit-scrollbar-track {
   background: linear-gradient(to right,#df4900,#c54513 1px,#000000 1px,#000000);
}

a, p a
{
    color: #ec4e00;
}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
    color: #f5a178;
}

.copy-btn {
  background-color: #4f1a00;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 8px;
}

.copy-btn:hover {
  background-color: #ec4e00;
}
pre {
    background-color: #1c120d!important;
}
