footer color

This commit is contained in:
Satya Johnson 2024-03-05 00:31:44 +00:00
parent 418f7798e3
commit 2c54d26471
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.footer {
padding: 40px 0;
flex-grow: 0;
opacity: .5;
opacity: .7;
&__inner {
display: flex;

View File

@ -3,7 +3,7 @@
--accent: rgb(35, 176, 255);
--accent-alpha-20: rgba(35, 176, 255, .2);
--accent-alpha-70: rgba(35, 176, 255, .7);
--background: #ffffff;
--background: whitesmoke;
--color: #333333;
--border-color: rgba(0, 0, 0, .1);
--footnote-color: rgba(0, 0, 0, .5);