mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
style: decrease gradient shine
This commit is contained in:
parent
6de1394628
commit
8f587944fd
2 changed files with 2 additions and 1 deletions
|
|
@ -14,5 +14,6 @@
|
||||||
background: inherit;
|
background: inherit;
|
||||||
content: '';
|
content: '';
|
||||||
filter: blur(10px);
|
filter: blur(10px);
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.hero {
|
.hero {
|
||||||
padding: 100px 0 60px;
|
padding: 120px 0 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
& .logo {
|
& .logo {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue