custom.css 603 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. body {
  2. font-size: 1.1em !important;
  3. }
  4. #main-image {
  5. background-size: cover;
  6. background-position: 50% 50%;
  7. width: 100%;
  8. height: 350px;
  9. }
  10. #main-image-container {
  11. padding: 30px 0;
  12. }
  13. #main-image-text {
  14. color: #fff;
  15. text-shadow: 0px 0px 10px black;
  16. }
  17. pre {
  18. padding: 10px 20px;
  19. }
  20. #git-menu-item {
  21. background: rgba(0, 255, 0, 0.1);
  22. }
  23. #git-menu-item:hover {
  24. background: rgba(0, 255, 0, 0.3);
  25. }
  26. #discord-menu-item {
  27. background: rgba(128, 0, 128, 0.3);
  28. }
  29. #discord-menu-item:hover {
  30. background: rgba(128, 0, 128, 0.7);
  31. }
  32. figure {
  33. margin: 10px 0px;
  34. }