This commit is contained in:
Xuan Loi
2026-01-09 17:25:23 +07:00
commit ae1ea57130
315 changed files with 57694 additions and 0 deletions

30
my-bulma-project.scss Normal file
View File

@@ -0,0 +1,30 @@
// Set your brand colors
$primary: #3392ec; //#008000;
$findata: #ff8829; //#F4F7F8;
$warning: #ff8829;
$sitecolor: hsl(0, 0%, 14%);
// Path to Bulma's sass folder
@use "bulma/sass" with (
$family-primary: 'Arial, sans-serif;',
$primary: $primary,
$warning: $warning,
$body-color: $sitecolor
);
a {
color: inherit !important;
};
a:hover {
color: $primary !important;
};
strong, label {
color: $sitecolor !important;
}
.hyperlink:hover {
cursor: pointer;
color: $primary !important;
}