Colors and shadows for website

This commit is contained in:
Angelos Chalaris
2017-12-20 14:41:09 +02:00
parent 281d0c7d19
commit 3e745b34f8
4 changed files with 7 additions and 3 deletions

View File

@ -153,3 +153,7 @@ label#menu-toggle {
top: 0.5rem;
width: 3.4375rem;
}
.card {
box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.125), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.25);
}