mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update new photo theme description
This commit is contained in:
parent
478973f48f
commit
b35e3067e7
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @id photo
|
* @id photo
|
||||||
* @name Photo
|
* @name Photo
|
||||||
* @description A different theme that looks great with a high-res photo behind it.
|
* @description A different theme that looks great with a high-res photo behind it. Check the comment at the top of the CSS file for instructions on how to configure the photo behind it and the background colour.
|
||||||
* @author Starbeamrainbowlabs
|
* @author Starbeamrainbowlabs
|
||||||
* @author_link https://starbeamrainbowlabs.com/
|
* @author_link https://starbeamrainbowlabs.com/
|
||||||
* @minversion v0.20
|
* @minversion v0.20
|
||||||
|
@ -19,11 +19,11 @@ To use this theme, copy the following into your custom css;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* --bg-colour: hsl(20, 66%, 44%); */
|
--bg-colour: hsl(20, 66%, 44%);
|
||||||
/* --image-url: url("https://i.imgur.com/NSIDIeo.jpg"); */
|
--image-url: url("https://i.imgur.com/NSIDIeo.jpg");
|
||||||
|
|
||||||
--image-url: url("https://imgur.com/6KfDsYS.png");
|
/* --image-url: url("https://imgur.com/6KfDsYS.png"); */
|
||||||
--bg-colour: #34243D;
|
/* --bg-colour: #34243D; */
|
||||||
|
|
||||||
--bg-a: hsla(0, 0%, 95%, 0.5);
|
--bg-a: hsla(0, 0%, 95%, 0.5);
|
||||||
--bg-b: hsla(0, 0%, 95%, 0.8);
|
--bg-b: hsla(0, 0%, 95%, 0.8);
|
||||||
|
|
Loading…
Reference in a new issue