Commit 8b4cc3e7 authored by Joel Collins's avatar Joel Collins
Browse files

Started custom theming

parent e6a6caf5
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
// Highlight.js
@import "./highlight.less";

// Custom OpenFlexure theming
@global-primary-background: #C5247F;

// UIkit
// ========================================================================
@@ -493,15 +495,11 @@ body { overflow: hidden; }

/* Desktop and bigger */
@media (min-width: @breakpoint-large) {

    .tm-intro-text { margin-top: 30px; }

}

/* Large screen and bigger */
@media (min-width: @breakpoint-xlarge) {

    .tm-intro-text { margin-top: 90px; }
    .tm-intro-image { margin-right: -75px; }

}