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 */
|
||||
#wrap > h1 > a,
|
||||
#wrap > h1,
|
||||
header > h1 {
|
||||
#wrap > h1 > a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#container > header > h1 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#wrap > h2,
|
||||
#wrap > p {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
/* Importing custom user styles */
|
||||
@import url("public/user-style.css");
|
||||
|
||||
Reference in New Issue
Block a user