blackout.css 438 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* .wy-side-nav-search{
  2. background-color: #095079;
  3. }
  4. .wy-nav-content{
  5. max-width:1000px;
  6. } */
  7. body {
  8. overflow: auto !important;
  9. scrollbar-width: thin;
  10. }
  11. .img {
  12. max-width: 600px !important;
  13. max-height: 500px !important;
  14. margin: 0 auto;
  15. display: block;
  16. }
  17. /*.md-content {
  18. margin-left: 8rem;
  19. }
  20. .md-sidebar--primary {
  21. width: 8rem;
  22. }*/
  23. .md-nav {
  24. font-size: 0.8rem;
  25. }
  26. .md-nav__link--active {
  27. color: red;
  28. font-weight: bold;
  29. }