First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
18
node_modules/cssgram/source/scss/hudson.scss
generated
vendored
Normal file
18
node_modules/cssgram/source/scss/hudson.scss
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
*
|
||||
* Hudson
|
||||
*
|
||||
*/
|
||||
@import 'shared';
|
||||
|
||||
%hudson, //needs work!
|
||||
.hudson {
|
||||
@extend %filter-base;
|
||||
filter: brightness(1.2) contrast(.9) saturate(1.1);
|
||||
|
||||
&:after{
|
||||
background: radial-gradient(circle, #a6b1ff 50%, #342134);
|
||||
mix-blend-mode: multiply;
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue