Add border for color representations

This commit is contained in:
Patrik Svensson 2020-09-02 09:55:44 +02:00
parent 5d32764a64
commit 88edfe68ec

View File

@ -18,6 +18,7 @@ $thebackground: $gray-200;
display: inline-block;
width: 60px;
height: 15px;
border: 2px solid #000000;
}
#topnav {