[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Sep 10 20:40:07 EDT 2024
raeburn Wed Sep 11 00:40:07 2024 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- WCAG 2 compliance. Need to specify background color if foreground color is
specified for success criterion 1.4.3.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1435 loncom/interface/loncommon.pm:1.1436
--- loncom/interface/loncommon.pm:1.1435 Tue Sep 10 20:34:41 2024
+++ loncom/interface/loncommon.pm Wed Sep 11 00:40:07 2024
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1435 2024/09/10 20:34:41 raeburn Exp $
+# $Id: loncommon.pm,v 1.1436 2024/09/11 00:40:07 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7274,6 +7274,7 @@
line-height:130%;
font-size:0.83em;
color:$font;
+ background-color: $pgbg_or_bgcolor;
}
a:focus,
More information about the LON-CAPA-cvs
mailing list