]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_forms.scss
Docker: Fix PHP tests
[bookstack] / resources / sass / _forms.scss
index 824c229bd7e28df6ef10be61043c127adb816e8e..11ea1cc7f89bc6b29ff52001613b10e568f868e0 100644 (file)
   body {
     background-color: #fff;
     padding-inline-start: 16px;
-    margin-inline-end: 16px;
+    padding-inline-end: 16px;
   }
   [drawio-diagram]:hover {
     outline: 2px solid var(--color-primary);
@@ -385,7 +385,7 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
   button {
     background-color: transparent;
     border: none;
-    fill: #666;
+    @include lightDark(color, #666, #AAA);
     padding: 0;
     cursor: pointer;
     position: absolute;