Deemphasize persia.css footer

This commit is contained in:
Paul W. 2021-08-08 13:32:28 -04:00 committed by GitHub
parent 0036ebe61f
commit 53d4c9af12

View File

@ -235,7 +235,7 @@ footer {
bottom: 0; bottom: 0;
right: 0; right: 0;
color: #fff; color: #fff;
background: linear-gradient(#90c541, #388c73); background: transparent;
padding: 0.25rem; padding: 0.25rem;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
} }