/*==================================
Theme Color All Codes Variable
==================================*/
:root {
--primary-theme-color: #6abe45; /* theme primary color */
}
:root {
--secondery-theme-color: #0f1C10; /* theme secondery color */
}
:root {
--dark-theme-color: #1a1a1a; /* theme dark font color */
}
:root {
--gray-color: #f5f5f5; /* theme light color */
}
:root {
--white-color: #fff; /* theme white font color */
}
:root{
--bg-dark: #0f1c10; /* theme dark font color */
}
:root {
--black-color: #000; /* theme black font color */
}
:root {
--dark-text-color: #a5a5a5; /* theme light color */
}
:root {
--body-text-color: #818181; /* theme body font color */
}
:root{
--light-gray-color: #dadada; /* light gray color */
}
/*==================================
Overlay
==================================*/
/* :root{
--theme-overlay-secondery-color-4: rgba(36, 32, 32, 0.7);
}*/
:root{
--theme-overlay-secondery-color-6: rgba(0,204,51,0.2)
}
:root{
--theme-overlay-secondery-color-8: rgba(0,0,0,0.5)
}
:root{
--theme-overlay-secondery-deep-color: rgba(0,204,51,0.2)
}
:root{
--theme-overlay-secondery-dark-color: rgba(0,204,51,0.2)
}
:root{
--overlay-white-color: rgba(0,204,51,0.6)
}
/*==================================
Font Variable
==================================*/
:root {
--theme-body-font: 'Montserrat', sans-serif; /* Font use for normal text and body text */
}
:root {
--theme-highlight-font: 'Oleo Script', cursive; /* Font used in title or special area */
}
|