fix: layut signature validation in darkmode

Signed-off-by: Enieber Cunha <eniebercunha@gmail.com>
This commit is contained in:
Enieber Cunha 2023-04-28 17:58:12 -03:00 committed by backportbot-libresign[bot]
parent d607d82f14
commit e29b7623fe

View file

@ -5,7 +5,6 @@ $title-font-mobile: 1.3rem;
$date-signed-font: .7rem;
.jumbotron{
background-color: $background;
padding: 0;
}
@ -49,7 +48,7 @@ $date-signed-font: .7rem;
}
form{
background-color: #FFF;
background-color: $background;
color: $text-color;
display: flex;
flex-direction: column;