**** ROOT
<style>
:root{
--text-color-content: #222222; /* màu chữ văn bản */
--text-color-anchor: #222222; /* màu link */
--text-color-anchor-hover: #00b38a; /* màu link hover */
--text-color-anchor-content: #ee2d50; /* màu link trong bài */
--text-color-obs: ; /* màu chữ mờ */
--bg-color-bar: #f9f8fc; /* màu nền topbar */
--text-color-bar: #555555; /* màu chữ topbar */
--bg-color-nav: #ffffff; /* màu nền navigation */
--text-color-nav: #222222; /* màu chữ navigation */
--text-color-nav-hover: #ee2d50; /* màu chữ navigation */
--bg-color-body: #ffffff; /* màu nền body */
--bg-color-footer: #1a1a1a; /* màu nền footer */
--text-color-footer: #888888; /* màu chữ footer */
--bg-color-copyright: #1a1a1a; /* màu chữ footer */
--text-color-copyright: #555555; /* màu chữ footer */
}
</style>
.footer a {
color: var(--bg-color-bar);
}
**** Placeholder:
.form-control::placeholder{
color:#fff
}
