aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorSin <[email protected]>2020-06-11 07:25:16 -0700
committerGitHub <[email protected]>2020-06-11 07:25:16 -0700
commit229a66e435cfe9aa4fac055a0cf5add035933996 (patch)
tree34e35331453a978aaea12c401c151d870d9029c4 /views/index.ejs
parentcreate temporary file for media directory (diff)
downloadtwittlet-229a66e435cfe9aa4fac055a0cf5add035933996.tar.xz
twittlet-229a66e435cfe9aa4fac055a0cf5add035933996.zip
make lists bullet points responsive to pcs
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 9662316..63076f3 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -22,6 +22,9 @@
.pcsTxt {
color: #ffffff;
}
+ li {
+ color: #ffffff;
+ }
}
@media (prefers-color-scheme: light) {
html, body {