Merge branch 'badger-colors' into dev-updated

moving colors into sass vars palette.
This commit is contained in:
2023-08-03 13:35:52 +00:00
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -39,6 +39,8 @@
border2-bg: #f4f4f4,
border3: #e0e0e0,
border3-bg: #eaeaea,
border4: #d4d4d4,
border-fg: #c0c0c0,
accent1: (
bg: #4acaa8,
+3 -3
View File
@@ -1302,9 +1302,9 @@
/* Footer */
#footer {
background: #fafafa;
background: _palette(border-bg);
border-top: 0;
color: #c0c0c0;
color: _palette(border-fg);
overflow: hidden;
padding: 4em 0 2em 0;
@@ -1314,7 +1314,7 @@
padding: 0;
li {
border-left: solid 1px #d4d4d4;
border-left: solid 1px _palette(border4);
display: inline-block;
font-size: 0.8em;
margin-left: 1em;