X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fabout.css;h=1e5a1074f63ef8a7d19e2bb57ceece817c1bd6f1;hp=cf68269435bc0958a8bccdb033d10825653199e4;hb=58036cb8df01894560483ebc2abd3115258e8a90;hpb=569543b3d2d5099d602cc6644b026ee2adf3e00a diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index cf682694..1e5a1074 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -22,7 +22,8 @@ body { } #aboutLogoContainer { - border: 1px solid #E7ADE7; + border: 1px solid #3333FF; + border-radius: 5px; width: 300px; margin-bottom: 2em; } @@ -31,6 +32,10 @@ img { border: 0; } +#vendorURL { + text-decoration: none; +} + #version { font-weight: bold; color: #008484; @@ -59,3 +64,7 @@ th, td { -moz-column-width: 20em; -moz-column-gap: 3em; } + +a:link { + color: #3333FF; +}