made wiki blurred a bit lighter
This commit is contained in:
parent
bdacab0382
commit
e651e5cbf4
3 changed files with 13 additions and 1 deletions
|
|
@ -682,6 +682,12 @@ a.wiki {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki.blurred {
|
||||||
|
color: #0000;
|
||||||
|
background-color: #ffffff2d;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.blurred {
|
.blurred {
|
||||||
color: #0000;
|
color: #0000;
|
||||||
background-color: #ffffff1f;
|
background-color: #ffffff1f;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -574,6 +574,12 @@ a.wiki {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki.blurred {
|
||||||
|
color: #0000;
|
||||||
|
background-color: #ffffff2d;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.blurred {
|
.blurred {
|
||||||
color: #0000;
|
color: #0000;
|
||||||
background-color: #ffffff1f;
|
background-color: #ffffff1f;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue