diff options
| -rw-r--r-- | menu.css | 1 | ||||
| -rw-r--r-- | style.css | 6 | 
2 files changed, 6 insertions, 1 deletions
| @@ -39,6 +39,7 @@ nav li {  nav li:before {    content: ""; +  margin-left: 0px;  }  nav a { @@ -72,8 +72,12 @@ li {  }  li:before { -  content: "• "; +  content: "•";    color: #F52F8A; +  position: relative; +  left: -10px; +  margin-left: -7px; +  font-size: 18px;  }  a { | 
