Skip to content

Commit 668d19b

Browse files
author
Sander Mak
committed
Fix preload bg color
1 parent 185481f commit 668d19b

File tree

4 files changed

+18
-28
lines changed

4 files changed

+18
-28
lines changed

css/owl.theme.prime.css

+14-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/logo.png

-685 KB
Loading

scss/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ img, svg {
164164
display: inline-block;
165165
vertical-align: top;
166166
margin-right: 5px;
167-
margin-top: -5px;
167+
margin-top: -2px;
168168
width: $logo-width;
169169
height: $logo-height;
170170
}
@@ -318,7 +318,7 @@ img, svg {
318318
width: 100%;
319319
height: 100%;
320320
text-align: center;
321-
background: #f3fbee;
321+
background: $bg-dark;
322322
img {
323323
position: relative;
324324
top: 50%;

0 commit comments

Comments
 (0)