mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update custom SASS
This commit is contained in:
parent
c6a4882a80
commit
17a04ed62e
1 changed files with 6 additions and 0 deletions
6
resources/assets/sass/custom.scss
vendored
6
resources/assets/sass/custom.scss
vendored
|
@ -8,6 +8,12 @@ body, button, input, textarea {
|
|||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.bg-pixelfed {
|
||||
background:#10c5f8;
|
||||
background:-webkit-gradient(linear,left top,right bottom,from(#6736dd),to(#10c5f8));
|
||||
background:linear-gradient(to bottom right,#6736dd,#10c5f8);
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 935px;
|
||||
|
|
Loading…
Reference in a new issue