fix(hackernews): login page text color (#192)

This commit is contained in:
Adrian Karlén 2023-09-13 01:09:17 +02:00 committed by GitHub
parent 230cdb5971
commit ca978dd546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@
/* Main body padding background */
body {
background-color: @base;
color: @text;
}
/* Background of the FAQ and main page */