edit: nouveau overlay et minor bug fix sur le format mobile
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
:root[data-theme="green"]{
|
||||
--dark-color: #004D33;
|
||||
--darker-color: #000D07;
|
||||
--light-color: #33FF77;
|
||||
--accent-color: #E600E6;
|
||||
}
|
||||
@@ -49,7 +50,8 @@
|
||||
#app{
|
||||
inset:0;
|
||||
position: fixed;
|
||||
background-color: var(--dark-color);
|
||||
background: #002613;
|
||||
background: linear-gradient(200deg,var(--dark-color) 0%, var(--darker-color) 100%);
|
||||
cursor:cell;
|
||||
}
|
||||
|
||||
@@ -212,3 +214,8 @@ p{
|
||||
opacity: 0.0333;
|
||||
z-index:333;
|
||||
}
|
||||
|
||||
#denimOver{
|
||||
opacity: 0.0777;
|
||||
z-index:334;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user