Skip to content

Commit

Permalink
New and smaller site header
Browse files Browse the repository at this point in the history
  • Loading branch information
steinmb committed Jun 3, 2021
1 parent 1371ed9 commit d04a9db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions themes/elmcip/css/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/

#header a {
color: #fff;
color: rgba(255, 255, 255, 0.9);
}
#header a:hover {
color: #d30008;
color: #000;
}

/**
Expand Down
9 changes: 2 additions & 7 deletions themes/elmcip/css/layout-fixed.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

body {
background-color: #F3F2EA;
background-color: #fff;
}

#page-wrapper,
Expand All @@ -46,7 +46,7 @@ body {
}

/*
* Header
* Header.
*/
#header .block .content {
margin: 0 10px;
Expand All @@ -61,11 +61,6 @@ body {
margin: 10px;
}

.region-header-top,
.region-header-bottom {
background-color: #bebdae;
}

.region-header-bottom {
margin: 0 0 1em 0;
}
Expand Down
4 changes: 0 additions & 4 deletions themes/elmcip/css/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ div#site-name {
text-decoration: underline;
}

#header {
background-color:#E2E2D2;
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
padding-bottom: 0; /* Undo system.css */
}
Expand Down

0 comments on commit d04a9db

Please sign in to comment.