Skip to content
Snippets Groups Projects
Commit 515dc406 authored by Bob Mottram's avatar Bob Mottram
Browse files

Change link colors for better visibility in dark theme

parent 86236970
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ function web_admin_background_color {
if ! grep -q "background-color: ${bg_color};" "$webfile"; then
sed -i "0,/background-color:.*/s//background-color: ${bg_color};/" "$webfile"
sed -i "0,/ color:.*/s// color: ${fg_color};/" "$webfile"
sed -i "s|color: blue|color: ${fg_color}|g" "$webfile"
fi
done
......
......@@ -52,6 +52,7 @@ function web_admin_background_color {
if ! grep -q "background-color: ${bg_color};" "$webfile"; then
sed -i "0,/background-color:.*/s//background-color: ${bg_color};/" "$webfile"
sed -i "0,/ color:.*/s// color: ${fg_color};/" "$webfile"
sed -i "s|color: blue|color: ${fg_color}|g" "$webfile"
fi
done
......
......@@ -55,7 +55,7 @@
}
.appurl {
color: darkblue;
color: blue;
font-size: 65%;
font-weight: bold;
}
......
......@@ -56,7 +56,7 @@
}
.appurl {
color: darkblue;
color: blue;
font-size: 65%;
font-weight: bold;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment