Added prefix view to menus (2)
diff --git a/public/css/vc.css b/public/css/vc.css
index c64558a..fe82f89 100644
--- a/public/css/vc.css
+++ b/public/css/vc.css
@@ -1,7 +1,8 @@
 @charset "utf-8";
 
 /*
- sidebar: #496000
+ dark-green: #496000
+ green: #7ba400
  orange: #f4eebb
 */
 
@@ -263,14 +264,3 @@
 .vc .doc:hover > .operators {
   opacity: 1;
 }
-
-.vc ul > li.active {
-  background-color: rgba(255,255,255,.3);
-}
-
-.vc ul > li mark {
-  text-decoration: underline;
-  background-color: transparent;
-  color: white;
-  font-weight: bold; /* #496000; */
-}
\ No newline at end of file