Minor mods to Blue and Metal theme row border colours.

This commit is contained in:
Retro_Guy 2023-05-29 00:27:12 -07:00
parent 4f2920a747
commit f2087b8c55
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
:root {
--color-dark: #00003D;
--color-dark: #191970;
--color-medium: #000052;
--color-light: #000066;
@ -11,5 +11,5 @@
--color-visited: #6688BB;
--color-border: #828282;
--color-row-border: black;
--color-row-border: #0000A5;
}

View File

@ -11,5 +11,5 @@
--color-visited: #1B3D8E;
--color-border: #828282;
--color-row-border: black;
--color-row-border: #8D918D;
}