adjust brightness
This commit is contained in:
parent
e2622abb14
commit
84e483dd33
3 changed files with 3 additions and 3 deletions
|
|
@ -732,7 +732,7 @@ a.wiki {
|
||||||
}
|
}
|
||||||
|
|
||||||
.partial {
|
.partial {
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.3);
|
||||||
/* text-shadow: 0 0 0.3rem #fff; */
|
/* text-shadow: 0 0 0.3rem #fff; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -556,7 +556,7 @@ a.wiki {
|
||||||
}
|
}
|
||||||
|
|
||||||
.partial {
|
.partial {
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.3);
|
||||||
/* text-shadow: 0 0 0.3rem #fff; */
|
/* text-shadow: 0 0 0.3rem #fff; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue