forked from mirror/pixelfed
Update moment.scss
This commit is contained in:
parent
9dd1e5fb55
commit
06d2fd3027
1 changed files with 4 additions and 4 deletions
8
resources/assets/sass/moment.scss
vendored
8
resources/assets/sass/moment.scss
vendored
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
red
|
red
|
||||||
*/
|
*/
|
||||||
.bg-moment-passion {
|
.bg-moment-passion {
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
background: linear-gradient(to left, #e35d5b, #e53935);
|
background: linear-gradient(to left, #e35d5b, #e53935);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
teal/purple
|
teal/purple
|
||||||
*/
|
*/
|
||||||
.bg-moment-azure {
|
.bg-moment-azure {
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
background: linear-gradient(to left, #734b6d, #42275a);
|
background: linear-gradient(to left, #734b6d, #42275a);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
purple
|
purple
|
||||||
*/
|
*/
|
||||||
.bg-moment-argon {
|
.bg-moment-argon {
|
||||||
|
@ -95,4 +95,4 @@
|
||||||
background: #141E30;
|
background: #141E30;
|
||||||
background: -webkit-linear-gradient(to left, #243B55, #141E30);
|
background: -webkit-linear-gradient(to left, #243B55, #141E30);
|
||||||
background: linear-gradient(to left, #243B55, #141E30);
|
background: linear-gradient(to left, #243B55, #141E30);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue