Skip to content
Snippets Groups Projects
Commit 441c691e authored by deimios666's avatar deimios666
Browse files

Make HRs colorflip compatible

parent 81069241
No related branches found
No related tags found
1 merge request!2426Original color scheme is saved and restored when flipping color schemes
...@@ -4,6 +4,12 @@ body { ...@@ -4,6 +4,12 @@ body {
overflow-x: hidden; overflow-x: hidden;
} }
/* makes HR colorflip compatible */
hr {
background:#ccc;
border:0;
}
/* clears SugarCube's default transition */ /* clears SugarCube's default transition */
.passage { .passage {
transition: none; transition: none;
......
...@@ -4,6 +4,12 @@ body { ...@@ -4,6 +4,12 @@ body {
overflow-x: hidden; overflow-x: hidden;
} }
/* makes HR colorflip compatible */
hr {
background:#ccc;
border:0;
}
/* clears SugarCube's default transition */ /* clears SugarCube's default transition */
.passage { .passage {
transition: none; transition: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment