#15-Create-a-default-theme-with-Less- #23

Merged
Janis merged 2 commits from #15-Create-a-default-theme-with-Less- into main 2025-10-28 18:34:29 +01:00
3 changed files with 11 additions and 7 deletions
Showing only changes of commit e7bc45c7a2 - Show all commits

View File

@@ -1,7 +1,7 @@
@color: white; @import "light-mode.less";
body { body {
background-image: @background-image; background-image: @background-image;
background-size: 100vw 100vh;
} }
html, body { html, body {

View File

@@ -1,2 +0,0 @@
@color: red;
@background-image: url("/assets/images/img.png");

View File

@@ -5,4 +5,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1") addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")