ethan icons

This commit is contained in:
ntr
2020-01-22 12:26:23 +10:00
parent adff7ebefa
commit 4b6e4544f1
3 changed files with 91 additions and 68 deletions
+19
View File
@@ -33,6 +33,25 @@ svg {
}
}
// icons from ethan are fills not strokes
svg.ethan-icon {
fill: @white;
stroke: none;
.red {
fill: @red;
}
.green {
fill: @green;
}
.blue {
fill: @blue;
}
}
.green {
color: @green;
stroke: @green;
-1
View File
@@ -271,7 +271,6 @@ figure.gray {
.stats svg, .specs svg {
height: 2em;
fill: none;
}
.credits {