up styles, handle owner of products on controllers

This commit is contained in:
Tykayn 2025-02-26 16:33:36 +01:00 committed by tykayn
parent 457cafdaef
commit e973573fd7
33 changed files with 773 additions and 818 deletions

View file

@ -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 {