Bit of CSS allowing for user styles which are not overwritten on upgrade
This commit is contained in:
@@ -243,17 +243,14 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Error page */
|
/* Error page */
|
||||||
#wrap > h1 > a,
|
#wrap > h1 > a {
|
||||||
#wrap > h1,
|
|
||||||
header > h1 {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container > header > h1 {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wrap > h2,
|
#wrap > h2,
|
||||||
#wrap > p {
|
#wrap > p {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Importing custom user styles */
|
||||||
|
@import url("public/user-style.css");
|
||||||
|
|||||||
Reference in New Issue
Block a user