One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
wortel
/
assets
/
scss
/
View File Name :
_color.scss
/*------------- Color Variable --------------*/ //Colors $white: #ffffff; $black: #16161a; $gray:#f7f7fd; //Theme color $theme-color: #ff3e3f; $theme-color2: #1f2b7b; $theme-color3: #f27420; $theme-color4: #ff3500; // btn and Section color $btn_bg: #09cc7f; // Heading color $heading-color:#072366; $heading_color2: #080808; // Body Font $body-text-color: #6b7894; $hr-border-color:#eceff8; // Section Bg $section_bg1: #454545; .white-bg{ background: #ffffff; } .gray-bg{ background: #f5f5f5; } $gray-color: #bebebe; $gray-color-2: #bdbdbd; // font color $font_color1: #10285d; $border_color: #fdcb9e; // bg $brand-bg: #f1f4fa; $testimonial-bg:#f9fafc; /*-------------Color include--------------*/ /*-- Background color---*/ .gray-bg { background: $gray; } .white-bg { background:$white; } .black-bg { background: $black; } .theme-bg { background:$theme-color; } .brand-bg{ background: $brand-bg; } .testimonial-bg{ background: $testimonial-bg; } /*--- color------*/ .white-color { color: $white; } .black-color { color: $black; } .theme-color { color: $theme-color; }