border to contrast

This commit is contained in:
Anthony Stirling 2023-07-19 23:23:08 +01:00
parent 0eb019fc3c
commit 81a9329975
2 changed files with 71 additions and 71 deletions

View file

@ -66,3 +66,7 @@ html[lang-direction="rtl"] label.form-check-label {
.margin-center {
margin: 0 auto;
}
#pdf-canvas {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
width: 100%;
}

View file

@ -268,10 +268,6 @@ select#font-select, select#font-select option {
position: relative;
margin: 20px 0;
}
#pdf-canvas {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.384);
width: 100%;
}
.draggable-buttons-box {
position: absolute;
top: 0;