first commit
This commit is contained in:
1
wp-content/themes/ostal_WP/sass/07-themes/_index.scss
Normal file
1
wp-content/themes/ostal_WP/sass/07-themes/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@forward '../07-themes/theme';
|
||||
19
wp-content/themes/ostal_WP/sass/07-themes/_theme.scss
Normal file
19
wp-content/themes/ostal_WP/sass/07-themes/_theme.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@use "../01-base/colors" as *;
|
||||
.bg-dark{
|
||||
background-color: $dark-color;
|
||||
color: $white-color;
|
||||
a{
|
||||
color: $white-color;
|
||||
&:hover{
|
||||
color: $accent-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.bg-white{
|
||||
background-color: $white-color;
|
||||
color: $dark-color;
|
||||
}
|
||||
.bg-gray{
|
||||
background-color: $gray-color;
|
||||
color: $dark-color;
|
||||
}
|
||||
Reference in New Issue
Block a user