Compare commits

...

4 Commits

Author SHA1 Message Date
'leftie 210e942398 Merge branch 'rio-theme' into leftie 2019-06-01 01:35:19 -04:00
'leftie d1a3f007bc Merge branch 'sam-theme' into leftie 2019-06-01 01:35:19 -04:00
'leftie 913ce6eaaa fix: typo in grayscale theme 2019-06-01 01:35:02 -04:00
'leftie 6603762a66 fix: typo in sepia theme 2019-06-01 01:34:10 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@import "rio.scss"
@import "rio.scss";
img {
filter: grayscale(100%);

View File

@ -1,4 +1,4 @@
@import "sam.scss"
@import "sam.scss";
img {
filter: sepia(100%);