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