mirror of
https://github.com/ctxinf/simple-disguise.git
synced 2026-07-22 05:32:12 +00:00
8 lines
177 B
CSS
8 lines
177 B
CSS
.content-disguise {
|
|
color: rgba(154, 149, 149, 0.66);
|
|
--font-text-size: small;
|
|
}
|
|
.theme-dark .content-disguise {
|
|
color: rgba(177, 159, 159, 0.7);
|
|
--font-text-size: small;
|
|
}
|