changes
This commit is contained in:
30
my-bulma-project.scss
Normal file
30
my-bulma-project.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user