Add button shadows

This commit is contained in:
Augusto Gunsch 2022-03-30 16:54:35 -03:00
parent 584dc63c91
commit e35185051a
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@
background-color: #17466E;
color: #F2F2FF;
border-radius: 20px;
box-shadow: 2px 2px 0 black;
}
#page {
@ -106,6 +107,7 @@
}
#slogan mark {
box-shadow: 2px 2px 0 black;
background-color: #17466E;
color: #F2F2FF;
position: relative;