The design has been slightly modernized in the process. jQuery was also removed as it is no longer required, resulting in faster page loading times. Gallery thumbnails were regenerated at an higher resolution to match the new design.
14 lines
298 B
SCSS
14 lines
298 B
SCSS
---
|
|
# This ensures that Jekyll reads this file
|
|
---
|
|
|
|
@import "bulma-variables"; // Variables overriding Bulma defaults
|
|
@import "bulma"; // Bulma CSS framework
|
|
@import "fonts"; // Fonts (currently Titillium Web)
|
|
|
|
@import "base";
|
|
@import "navbar";
|
|
@import "home";
|
|
@import "content";
|
|
@import "footer";
|