]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
fix duplicate id in svg, empty alt in base email
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 80a090159f19c9c545dbc66a07452f0e89932870..0b558a3f52e16f1fc2ce1c2271172c16000c79fc 100644 (file)
 
 @mixin apply-svg-color ($color) {
   ::ng-deep svg {
-    path[fill="#000000"],
-    g[fill="#000000"],
-    rect[fill="#000000"],
-    circle[fill="#000000"],
-    polygon[fill="#000000"] {
+    path[fill="#000"],
+    g[fill="#000"],
+    rect[fill="#000"],
+    circle[fill="#000"],
+    polygon[fill="#000"] {
       fill: $color;
     }
 
-    path[stroke="#000000"],
-    g[stroke="#000000"],
-    rect[stroke="#000000"],
-    circle[stroke="#000000"],
-    polygon[stroke="#000000"] {
+    path[stroke="#000"],
+    g[stroke="#000"],
+    rect[stroke="#000"],
+    circle[stroke="#000"],
+    polygon[stroke="#000"] {
       stroke: $color;
     }
 
-    stop[stop-color="#000000"] {
+    stop[stop-color="#000"] {
       stop-color: $color;
     }
   }