Author: sebb Date: Tue Apr 15 13:53:47 2025 New Revision: 1089746 URL: http://svn.apache.org/viewvc?rev=1089746&view=rev Log: Fix links in Attic banner
Modified: sites/rave/content/css/rave.css Modified: sites/rave/content/css/rave.css URL: http://svn.apache.org/viewvc/sites/rave/content/css/rave.css?rev=1089746&r1=1089745&r2=1089746&view=diff ============================================================================== --- sites/rave/content/css/rave.css (original) +++ sites/rave/content/css/rave.css Tue Apr 15 13:53:47 2025 @@ -23,6 +23,10 @@ body { a { color: #ef3b44; } a:hover { color: #D61F28; } +/* h2 background is red, so change anchors for visibility */ +h2 > a { color: aqua} +h2 > a:hover { color: aquamarine} + img.logo { width: 200px; margin-left: -20px;