First release

This commit is contained in:
Owen Quinlan 2021-07-02 19:29:34 +10:00
commit fa6c85266e
2339 changed files with 761050 additions and 0 deletions

34
node_modules/cssgram/source/css/nashville.css generated vendored Normal file
View file

@ -0,0 +1,34 @@
/*
*
* Nashville
*
*/
.nashville:before, .nashville:after {
content: '';
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
pointer-events: none; }
.nashville {
position: relative; }
.nashville img {
width: 100%;
z-index: 1; }
.nashville:before {
z-index: 2; }
.nashville:after {
z-index: 3; }
.nashville {
-webkit-filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2); }
.nashville::after {
background: rgba(0, 70, 150, 0.4);
mix-blend-mode: lighten; }
.nashville::before {
background: rgba(247, 176, 153, 0.56);
mix-blend-mode: darken; }