I have Windows 10, so this may only apply to Windows 10 users. From the AGEOD forum I cursor over to the top right hand corner of my screen and click the icon for "More" (three dots). This gets me a menu from which I click "F12 Developer Tools". This opens a window with several options, from which I chose "Debugger". Scrolling down through the program reveals these lines of code:
"
phpBB style name: Hawiki
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard (
http://www.subBlue.com/ )
Modified by: Gramziu
-->
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="./styles/hawiki/theme/stylesheet.css?assets_version=41" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="./styles/hawiki/theme/colours_ageod.css?assets_version=41" rel="stylesheet" type="text/css" media="screen, projection" />
<link id="colour-variant" href="" rel="stylesheet" type="text/css" media="screen, projection" />
"
So someone with AGEOD might ask dear Tom Beddard at
www.subBlue.com how to tweak the color scheme. If not we could click "DOM Explorer" from the above menu and just play with the color scheme ourselves. It's set to a default of #000000, which I assume is bright white. The brown is #67381e, so I would also assume that as the number increases the color hue darkens.
Good luck!