mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up styles, handle owner of products on controllers
This commit is contained in:
parent
457cafdaef
commit
e973573fd7
33 changed files with 773 additions and 818 deletions
|
@ -1,5 +1,8 @@
|
|||
@use "sass:color";
|
||||
@use "custom_vars";
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: mix($dark, $all-text-color);
|
||||
color: color.mix(custom_vars.$dark, custom_vars.$all-text-color);
|
||||
}
|
||||
|
||||
h1, .h1, h2, .h2, h3, .h3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue