Commit 36d3d97a authored by Pietro Albini's avatar Pietro Albini

*: actually test on Chromium

parent 63c2be6e
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
ul li { ul li {
background: $background; background: $background;
border-right: 0.1em solid mix(#000, $background, 5%); border-right: 1px solid mix(#000, $background, 5%);
border-left: 0.1em solid mix(#000, $background, 5%); border-left: 1px solid mix(#000, $background, 5%);
a { a {
color: $color; color: $color;
......
...@@ -21,7 +21,7 @@ div.page { ...@@ -21,7 +21,7 @@ div.page {
margin: 1.5em 0; margin: 1.5em 0;
div.row { div.row {
border-top: 0.1em dotted $color_warm_gray; border-top: 1px dotted mix(#fff, $color_warm_gray, 40%);
padding: 2em; padding: 2em;
&:first-child { &:first-child {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment