Unverified Commit 45515dba 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
parent 37e35de9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
+0 −2
Original line number Diff line number Diff line
@@ -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%)
}

+1 −3
Original line number Diff line number Diff line
@@ -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;