Skip to content
Snippets Groups Projects
Commit e134d549 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #992738 by tim.plunkett, jensimmons: Bartik's Featured region doesn't support colorization.

parent 36278f01
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
'top' => '#cd2d2d', 'top' => '#cd2d2d',
'bottom' => '#cf3535', 'bottom' => '#cf3535',
'text' => '#3b3b3b', 'text' => '#3b3b3b',
'sidebar' => '#f1f1f1', 'sidebar' => '#f1f4f0',
'sidebarborders' => '#c2c2c2', 'sidebarborders' => '#ededed',
'footer' => '#1f1d1c', 'footer' => '#1f1d1c',
'titleslogan' => '#fffeff', 'titleslogan' => '#fffeff',
), ),
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
'top' => '#4c1c58', 'top' => '#4c1c58',
'bottom' => '#593662', 'bottom' => '#593662',
'text' => '#301313', 'text' => '#301313',
'sidebar' => '#f8f3e7', 'sidebar' => '#edede7',
'sidebarborders' => '#e4e3d4', 'sidebarborders' => '#e7e7e7',
'footer' => '#2c2c28', 'footer' => '#2c2c28',
'titleslogan' => '#ffffff', 'titleslogan' => '#ffffff',
), ),
......
...@@ -541,6 +541,7 @@ h1#site-name { ...@@ -541,6 +541,7 @@ h1#site-name {
padding: 20px 0 45px; padding: 20px 0 45px;
margin: 0; margin: 0;
background: #f0f0f0; background: #f0f0f0;
background: rgba(30, 50, 10, 0.08);
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
text-shadow: 1px 1px #fff; text-shadow: 1px 1px #fff;
} }
...@@ -779,8 +780,9 @@ ul.links { ...@@ -779,8 +780,9 @@ ul.links {
/* ----------------- Triptych ----------------- */ /* ----------------- Triptych ----------------- */
#triptych-wrapper { #triptych-wrapper {
background-color: #fafafa; background-color: #f0f0f0;
background: rgba(40, 40, 0, 0.08); background: rgba(30, 50, 10, 0.08);
border-top: 1px solid #e7e7e7;
} }
#triptych h2 { #triptych h2 {
color: #000; color: #000;
...@@ -1041,6 +1043,7 @@ ul.action-links li a { ...@@ -1041,6 +1043,7 @@ ul.action-links li a {
} }
.featured #messages { .featured #messages {
background: #f0f0f0; background: #f0f0f0;
background: rgba(30, 50, 10, 0.08);
} }
div.messages { div.messages {
margin: 8px 15px; margin: 8px 15px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment