fix border at homepage of light themes
This commit is contained in:
parent
d76f0d17c1
commit
bba4078ea5
|
|
@ -2,7 +2,7 @@
|
||||||
* @Author: printempw
|
* @Author: printempw
|
||||||
* @Date: 2016-06-04 20:54:53
|
* @Date: 2016-06-04 20:54:53
|
||||||
* @Last Modified by: printempw
|
* @Last Modified by: printempw
|
||||||
* @Last Modified time: 2016-08-06 18:23:25
|
* @Last Modified time: 2016-08-06 21:49:42
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "style.scss";
|
@import "style.scss";
|
||||||
|
|
@ -18,6 +18,10 @@ body {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center 0;
|
background-position: center 0;
|
||||||
|
|
||||||
|
.main-header {
|
||||||
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
.main-header .navbar-brand {
|
.main-header .navbar-brand {
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
font-family: Minecraft, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
|
||||||
|
|
@ -61,33 +65,30 @@ body {
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
.content-wrapper {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.main-footer {
|
.main-footer {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: none;
|
border: none;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
color: #fff !important;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.main-header {
|
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nickname {
|
.nickname {
|
||||||
color: #5e5e5e;
|
color: #5e5e5e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.splash-button {
|
.splash-button {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 0.8em 2.5em;
|
padding: 0.8em 2.5em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user