Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
More blurs in live page
Browse files Browse the repository at this point in the history
  • Loading branch information
manavgabhawala committed Mar 26, 2017
1 parent 4b9759a commit a56b45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/stylesheets/live.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body{

.live-header {
background-color: rgba(0, 0, 0, 0.4);
-webkit-backdrop-filter: saturate(150%) blur(20px);
}

.live-header-content {
Expand Down Expand Up @@ -31,6 +32,7 @@ body{
width: calc(100vw - 100px);

background-color: rgba(0, 0, 0, 0.4);
-webkit-backdrop-filter: saturate(150%) blur(20px);
margin: 50px auto 50px auto;
border-radius: 20px;
padding: 20px 5px;
Expand Down

1 comment on commit a56b45d

@TristanWiley
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HYPE

Please sign in to comment.