Tweak link and text colours for the themes.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-31 18:53:07 +01:00
commit 71fd80f069
2 changed files with 3 additions and 7 deletions

View file

@ -1,10 +1,10 @@
a:link {
color: #2d3690;
color: #2c199c;
text-decoration: none;
}
a:visited {
color: #7715aa;
color: #943cc3;
text-decoration: none;
}
@ -90,7 +90,6 @@ pre {
color: #000000;
font-size: 11px;
box-sizing: border-box;
/* border-bottom: 1px solid #000000;*/
padding-left: 10;
padding-top: 2;
padding-right: 10;
@ -121,4 +120,3 @@ pre {
padding-bottom: 10;
box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.5);
}