Changing all menu text from black on grey background to white on grey background #2692
Unanswered
mthompso95722
asked this question in
Q&A
Replies: 2 comments
-
|
Try something like this: --- a/indi_allsky/flask/templates/base.html
+++ b/indi_allsky/flask/templates/base.html
@@ -16,7 +16,7 @@
{% block head %}{% endblock %}
</head>
- <body class="bg-dark bg-opacity-75">
+ <body class="bg-secondary bg-opacity-50">
<div class="container-fluid overflow-hidden">
<div class="row vh-100 overflow-auto">
<div class="col-12 col-sm-3 col-xl-2 px-sm-2 px-0 bg-dark d-flex sticky-top"> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That is a little different than what I was looking for, but it does make a world of difference in readability.
Thanks for the very quick response,
Mike
From: Aaron W Morris ***@***.***>
Sent: Saturday, February 7, 2026 7:25 PM
To: aaronwmorris/indi-allsky ***@***.***>
Cc: mthompso95722 ***@***.***>; Author ***@***.***>
Subject: Re: [aaronwmorris/indi-allsky] Changing all menu text from black on grey background to white on grey background (Discussion #2692)
Try something like this:
…--- a/indi_allsky/flask/templates/base.html
+++ b/indi_allsky/flask/templates/base.html
@@ -16,7 +16,7 @@
{% block head %}{% endblock %}
</head>
- <body class="bg-dark bg-opacity-75">
+ <body class="bg-secondary bg-opacity-50">
<div class="container-fluid overflow-hidden">
<div class="row vh-100 overflow-auto">
<div class="col-12 col-sm-3 col-xl-2 px-sm-2 px-0 bg-dark d-flex sticky-top">
—
Reply to this email directly, view it on GitHub <#2692 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BYCFBQ4RETDFY5EUTHGED334K2T65AVCNFSM6AAAAACULP6JCGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNZTGA3DGMQ> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to easily change the text in the Allsky menu interfaces from black (text-dark) on a dark grey (bg-secondary) background to white (text-light) on the same background. I find it extremely difficult to read this low contrast text.
Beta Was this translation helpful? Give feedback.
All reactions