Skip to content
Snippets Groups Projects
Unverified Commit 9c182fa0 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3173010 by Gauravmahlawat, starshaped: Class clean up and add #0c0d0e...

Issue #3173010 by Gauravmahlawat, starshaped: Class clean up and add #0c0d0e and #171e23 as variables in Olivero's footer.pcss.css

(cherry picked from commit 45515dba)
parent 81c0d2cc
Branches
Tags
11 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!3134Issue #3222236: Lighthouse SEO: Uncrawlable Link a#main-content,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method,!577Issue #3209779: Create new database storage for the tracker module
......@@ -118,6 +118,8 @@
--sp12: calc(12 * var(--sp));
--color--black: #000; /* Black */
--color--gray-0: #0d1214; /* Black 1 */
--color--gray-5: #0c0d0e;
--color--gray-8: #171e23;
--color--gray-10: #313637; /* Black 2 */
--color--gray-20: #6e7172; /* Black 3 */
--color--gray-25: #5d7585; /* Gray Dark */
......
......@@ -13,8 +13,6 @@
.site-footer {
position: relative; /* stack above left social bar */
color: #9ea0a1;
/* @todo - #0c0d0e and #171e23 aren't currently variables */
background: linear-gradient(180deg, #0c0d0e 0%, #171e23 100%)
}
......
......@@ -8,9 +8,7 @@
.site-footer {
position: relative; /* stack above left social bar */
color: var(--color--gray-50);
/* @todo - #0c0d0e and #171e23 aren't currently variables */
background: linear-gradient(180deg, #0c0d0e 0%, #171e23 100%);
background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-8) 100%);
& .menu {
margin-inline-start: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment