Parcourir la source

links in aside panel made look more prettier

miskson il y a 3 ans
Parent
commit
70771d905f
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      hw18-react-store/src/App.scss

+ 3 - 1
hw18-react-store/src/App.scss

@@ -77,9 +77,11 @@ li {
 }
 
 .CatLink {
-  border: 1px solid black;
   padding: 3px;
   margin: 10px 0px;
+  border-left: 5px solid rgb(47, 121, 170);
+  //border-right: 5px solid rgb(47, 121, 170);
+  background-color: whitesmoke;
   &:hover {
     background-color: black;
     a {