lix-website/themes/lix/assets/scss/shared/shared.scss
jade c103690644 theme: distinguish code better
I found it really hard to read what was actually code, so this change
adds a very subtle hint of colour around all the code which has cheeky
border radii. I've also cheekily made the font a tiny bit smaller for
inline code so that even with the required padding, it does not mess up
the line spacing visibly.
2024-08-12 18:14:53 -07:00

21 lines
411 B
SCSS

@import "bootstrap";
@import "fonts";
@import "utilities";
@import "blockquote";
@import "code";
@import "header";
@import "footer";
@import "buttons";
@import "../sections/hero";
@import "../sections/brands";
@import "../sections/portfolio";
@import "../sections/ecosystem";
@import "../sections/testimonials";
@import "../sections/cta";
@import "../sections/blog-list";
@import "../sections/blog-single";