| 15 | | /* ul { list-style: none; padding: 2em 0; }*/ |
| 16 | | /* ul li { display: inline; padding-right: 1em; text-transform: uppercase; }*/ |
| 17 | | /* ul li a { padding: 0.5em 1em; background: #69ad0f; border: 1px solid #569f09; color: #fff; text-decoration: none; }*/ |
| 18 | | /* ul li a:hover { background: #569f09; }*/ |
| | 15 | ul { list-style: none; padding: 2em 0; } |
| | 16 | ul li { display: inline; padding-right: 1em; text-transform: uppercase; } |
| | 17 | ul li a { padding: 0.5em 1em; background: #69ad0f; border: 1px solid #569f09; color: #fff; text-decoration: none; } |
| | 18 | ul li a:hover { background: #569f09; } |