dx v2.1
This commit is contained in:
+10
-1
@@ -34,6 +34,15 @@ input {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='noise' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.8 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.45'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
body > *:not(#root):not(vite-error-overlay) {
|
||||
/* free ad blocker*/
|
||||
body:not(.dev) > *:not(#root):not(vite-error-overlay):not([k-version]) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[k-version] {
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
font-size: 1rem;
|
||||
color: #eee5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user