[SCM] Samba Website Repository - branch master updated
Björn Jacke
bjacke at samba.org
Sat Apr 25 22:04:17 UTC 2020
The branch, master has been updated
via 5f46ac4 use --link-blue var for links in boxes also
from 099b7b7 use webp version of bgBoxSpecialBottom with alpha chanel
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5f46ac4064ce76cf3899a9c03a304a9605794dc9
Author: Björn Jacke <bj at sernet.de>
Date: Sun Apr 26 00:03:29 2020 +0200
use --link-blue var for links in boxes also
-----------------------------------------------------------------------
Summary of changes:
style/2010/grey/screen.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 4e9bb3d..0d657b5 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -393,7 +393,7 @@ body * {
#bd .mainBox .mainBoxContent a:visited,
#bd .mainBox .mainBoxContent a:active,
#bd .mainBox .mainBoxContent a[href]:hover {
- color: #045d9a;
+ color: var(--link-blue);
font-size: 11px;
line-height: 15px;
}
@@ -594,7 +594,7 @@ body * {
#bd .specialBox .specialBoxContent a:visited,
#bd .specialBox .specialBoxContent a:active,
#bd .specialBox .specialBoxContent a[href]:hover {
- color: #045d9a;
+ color: var(--link-blue);
font-size: 11px;
line-height: 15px;
}
--
Samba Website Repository
More information about the samba-cvs
mailing list