Added primary color alfa and tables color

This commit is contained in:
Alejandro Celaya
2021-01-28 23:15:42 +01:00
committed by Alejandro Celaya
parent 13c681dc39
commit 53f16ac8b5
6 changed files with 12 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.short-urls-paginator {
position: sticky;
bottom: 0;
background-color: rgba(255, 255, 255, .5);
background-color: var(--primary-color-alfa);
padding: .75rem 0;
border-top: 1px solid rgba(black, .125);
}