fix theme

This commit is contained in:
wuyingren 2020-10-20 00:11:26 +08:00
parent 61b9f62147
commit 704abf3c29
10 changed files with 28 additions and 11 deletions

View file

@ -68,7 +68,7 @@ $about-page-text: lighten($ui-base-color, 50%);
}
.landing-page.alternative .header {
background-image:url('../themes/neoncity/images/header-cybre-colour.jpg');
background-image:url('../images/neoncity/header-cybre-colour.jpg');
background-repeat: repeat-x;
background-size:contain;
height:45vh;
@ -272,7 +272,7 @@ $about-page-text: lighten($ui-base-color, 50%);
}
body, .landing-page, .public-layout {
background-image: url("../themes/neoncity/images/neon-city.jpg");
background-image: url("../images/neoncity/neon-city.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
@ -319,4 +319,4 @@ body, .landing-page, .public-layout {
.account__section-headline {
background-color: rgba(17,17,17,0.9);
}
}

View file

@ -72,7 +72,7 @@ $about-page-text: lighten($ui-base-color, 50%);
}
.landing-page.alternative .header {
background-image:url('../themes/neoncity/images/header-cybre-colour.jpg');
background-image:url('../images/neoncity/header-cybre-colour.jpg');
background-repeat: repeat-x;
background-size:contain;
height:45vh;
@ -276,7 +276,7 @@ $about-page-text: lighten($ui-base-color, 50%);
}
body, .landing-page, .public-layout {
background-image: url("../themes/swan-lake.jpg");
background-image: url("../images/swan-lake.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
@ -338,4 +338,4 @@ body, .landing-page, .public-layout {
.status__content__read-more-button:hover {
text-shadow: 0 0 8px #A59BD6 !important;
}
}

View file

@ -16,11 +16,11 @@ $ui-highlight-color: #A288BD;
// Fonts
@font-face {
font-family: 'witchesAwesome';
src: url('/witchesAwesome/witchesAwesome.eot?c15');
src: url('/witchesAwesome/witchesAwesome.eot?c15#iefix') format('embedded-opentype'),
url('/witchesAwesome/witchesAwesome.ttf?c15') format('truetype'),
url('/witchesAwesome/witchesAwesome.woff?c15') format('woff'),
url('/witchesAwesome/witchesAwesome.svg?c15#witchesAwesome') format('svg');
src: url('../fonts/witchesAwesome/witchesAwesome.eot?c15');
src: url('../fonts/witchesAwesome/witchesAwesome.eot?c15#iefix') format('embedded-opentype'),
url('../fonts/witchesAwesome/witchesAwesome.ttf?c15') format('truetype'),
url('../fonts/witchesAwesome/witchesAwesome.woff?c15') format('woff'),
url('../fonts/witchesAwesome/witchesAwesome.svg?c15#witchesAwesome') format('svg');
font-weight: normal;
font-style: normal;
}