Skip to content

Commit

Permalink
Theme header and footer hover states matches new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
steinmb committed Jun 3, 2021
1 parent 50481ba commit 6cab665
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
7 changes: 0 additions & 7 deletions themes/elmcip/css/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
* Drupal core block Styling.
*/

#header a {
color: #1d1d1d;
}
#header a:hover {
color: #000;
}

/**
* Menu classes.
*/
Expand Down
15 changes: 15 additions & 0 deletions themes/elmcip/css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ li a.active {
color: #333333;
}

.region-header .logo-container a {
border-bottom: none;
}
.region-footer a,
.region-header a {
color: #1d1d1d;
border-bottom: 9px solid transparent;
}
.region-footer a:hover,
.region-header a:hover {
color: #000;
text-decoration: none;
border-bottom: 9px solid #DAFFC2;
}

.region-footer li a:link,
.region-footer li a:visited {
color: #333333;
Expand Down
2 changes: 1 addition & 1 deletion themes/elmcip/templates/page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
?>

<div id="page-wrapper"><div id="page" class="<?php print implode(' ', $classes_array); ?>">
<div id="header" class="header"><div class="section clearfix">
<div id="header"><div class="section clearfix">
<?php print render($page['header_top']); ?>

<?php if ($site_name || $site_slogan): ?>
Expand Down

0 comments on commit 6cab665

Please sign in to comment.