1
0

error.css 708 B

12345678910111213141516171819202122232425262728293031
  1. @font-face {
  2. font-family: "Roboto";
  3. src: url("https://sv443.net/resources/fonts/Roboto/Roboto.woff") format("woff"),
  4. url("https://sv443.net/resources/fonts/Roboto/Roboto.woff2") format("woff2"),
  5. url("https://sv443.net/resources/fonts/Roboto/Roboto.ttf") format("truetype");
  6. }
  7. body {
  8. color: white;
  9. font-family: "Roboto", "Segoe UI", "Arial", sans-serif;
  10. background-color: #282c34;
  11. text-align: center;
  12. }
  13. h2 {
  14. color: orangered;
  15. }
  16. #errContent {
  17. display: inline-block;
  18. }
  19. a:not(.noul), .mimica:not(.noul) {
  20. color: #8f9aff;
  21. text-decoration: none;
  22. }
  23. a:not(.noul):hover, .mimica:not(.noul):hover {
  24. color: #bcc2ff;
  25. text-decoration: underline;
  26. }