style.css 359 B

123456789101112131415161718192021222324252627
  1. @charset "UTF-8";
  2. nav a.current {
  3. color: var(--accent) !important;
  4. border-color: var(--accent) !important;
  5. }
  6. .crxn_logo {
  7. max-width: 30%;
  8. background-color: white;
  9. padding: 5px;
  10. border-radius: 10px;
  11. }
  12. .center {
  13. text-align: center;
  14. }
  15. .floating_right {
  16. float: right;
  17. margin-left:20px
  18. }
  19. #home_crxn_tile {
  20. display: none;
  21. }