mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2024-11-09 22:32:57 +00:00
Change blur values
This commit is contained in:
parent
8164ed39e1
commit
0dfd1a93d0
@ -50,9 +50,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-content: stretch;
|
align-content: stretch;
|
||||||
|
|
||||||
backdrop-filter: blur(4px);
|
|
||||||
-webkit-backdrop-filter: blur(4px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -145,8 +142,8 @@ table.main-table {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
|
|
||||||
backdrop-filter: blur(16px) saturate(180%);
|
backdrop-filter: blur(32px) saturate(180%);
|
||||||
-webkit-backdrop-filter: blur(16px) saturate(180%);
|
-webkit-backdrop-filter: blur(32px) saturate(180%);
|
||||||
background-color: rgba(17, 25, 40, 0.75);
|
background-color: rgba(17, 25, 40, 0.75);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.125);
|
border: 1px solid rgba(255, 255, 255, 0.125);
|
||||||
|
Loading…
Reference in New Issue
Block a user