diff --git a/Lombiq.BaseTheme.Samples/License.md b/Lombiq.BaseTheme.Samples/License.md
deleted file mode 100644
index d57e130..0000000
--- a/Lombiq.BaseTheme.Samples/License.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright © 2021, [Lombiq Technologies Ltd.](https://lombiq.com)
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
-- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
-- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/Lombiq.BaseTheme.Samples/Lombiq.BaseTheme.Samples.csproj b/Lombiq.BaseTheme.Samples/Lombiq.BaseTheme.Samples.csproj
index b4159e1..becb8fd 100644
--- a/Lombiq.BaseTheme.Samples/Lombiq.BaseTheme.Samples.csproj
+++ b/Lombiq.BaseTheme.Samples/Lombiq.BaseTheme.Samples.csproj
@@ -18,7 +18,7 @@
OrchardCore;Lombiq;AspNetCore;Sass;Theming
https://github.com/Lombiq/Orchard-Base-Theme
https://github.com/Lombiq/Orchard-Base-Theme/blob/dev/Lombiq.BaseTheme.Samples/Readme.md
- License.md
+ BSD-3-Clause
@@ -43,7 +43,6 @@
-
diff --git a/Lombiq.BaseTheme.Samples/Manifest.cs b/Lombiq.BaseTheme.Samples/Manifest.cs
index 29ccf98..83524b1 100644
--- a/Lombiq.BaseTheme.Samples/Manifest.cs
+++ b/Lombiq.BaseTheme.Samples/Manifest.cs
@@ -11,7 +11,9 @@
Website = "https://github.com/Lombiq/Orchard-Base-Theme",
Description = "A sample theme that builds on Lombiq Base Theme.",
// This is a new property in DerivedTheme. By setting it to a static resource you can define a default icon for this
- // theme. You can define other "link" resources too, using the Link property.
+ // theme. You can define other "link" resources too, using the LinkJson property. They should be valid Json strings.
+ // For example:
+ // LinksJson = "[{\"Href\": \"~/example/style.css\", \"Rel\": \"stylesheet\"}]"
Favicon = "~/Lombiq.BaseTheme.Samples/icons/favicon.ico"
)]
diff --git a/Lombiq.BaseTheme.Tests.UI/License.md b/Lombiq.BaseTheme.Tests.UI/License.md
deleted file mode 100644
index d57e130..0000000
--- a/Lombiq.BaseTheme.Tests.UI/License.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright © 2021, [Lombiq Technologies Ltd.](https://lombiq.com)
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
-- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
-- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/Lombiq.BaseTheme.Tests.UI/Lombiq.BaseTheme.Tests.UI.csproj b/Lombiq.BaseTheme.Tests.UI/Lombiq.BaseTheme.Tests.UI.csproj
index 0459c5d..1a15297 100644
--- a/Lombiq.BaseTheme.Tests.UI/Lombiq.BaseTheme.Tests.UI.csproj
+++ b/Lombiq.BaseTheme.Tests.UI/Lombiq.BaseTheme.Tests.UI.csproj
@@ -13,7 +13,7 @@
OrchardCore;Lombiq;AspNetCore;Sass;Shouldly;xUnit;UITesting;Testing
https://github.com/Lombiq/Orchard-Base-Theme
https://github.com/Lombiq/Orchard-Base-Theme/blob/dev/Lombiq.BaseTheme.Tests.UI/Readme.md
- License.md
+ BSD-3-Clause
@@ -29,7 +29,6 @@
-
diff --git a/Lombiq.BaseTheme/Assets/Styles/abstracts/_mixins.scss b/Lombiq.BaseTheme/Assets/Styles/abstracts/_mixins.scss
index 6d4c46e..ce4e2ae 100644
--- a/Lombiq.BaseTheme/Assets/Styles/abstracts/_mixins.scss
+++ b/Lombiq.BaseTheme/Assets/Styles/abstracts/_mixins.scss
@@ -210,6 +210,13 @@
}
}
+/// Apply it to