A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
246 B

  1. body {
  2. background-image: url("/static/images/bg/minmatar.jpg?v=1");
  3. }
  4. .styled-border {
  5. border-color: #5F3632;
  6. }
  7. #character-options:before {
  8. border-bottom-color: #5F3632;
  9. }
  10. a {
  11. color: #D89988;
  12. }
  13. a:hover {
  14. color: #C88070;
  15. }