mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
radial gradient background on FX
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: -webkit-radial-gradient(circle, #000, #373737);
|
background: radial-gradient(circle, #000, #373737);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user