diff --git a/static/css/custom.css b/static/css/custom.css index 38991ed..b3e2810 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -155,6 +155,9 @@ a.port-img{ text-decoration: none; } +/* 10GBit/s */ +.port.ten{background-color: #a4fff7;} + /* 1GBit/s */ .port.giga{background-color: #caccfb;}