mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: layut signature validation in darkmode
Signed-off-by: Enieber Cunha <eniebercunha@gmail.com>
This commit is contained in:
parent
d607d82f14
commit
e29b7623fe
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue