ぼざクリ タグ広場 https://hub.nizika.monster
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.
 
 
 
 
 
 

73 lines
1.2 KiB

  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. :root {
  5. font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  6. line-height: 1.5;
  7. font-weight: 400;
  8. color-scheme: light dark;
  9. color: rgba(255, 255, 255, 0.87);
  10. background-color: #242424;
  11. font-synthesis: none;
  12. text-rendering: optimizeLegibility;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. a {
  17. font-weight: 500;
  18. color: #646cff;
  19. text-decoration: inherit;
  20. }
  21. a:hover {
  22. color: #535bf2;
  23. }
  24. body {
  25. margin: 0;
  26. display: flex;
  27. place-items: center;
  28. min-width: 320px;
  29. min-height: 100vh;
  30. }
  31. h1 {
  32. font-size: 3.2em;
  33. line-height: 1.1;
  34. }
  35. button {
  36. border-radius: 8px;
  37. border: 1px solid transparent;
  38. padding: 0.6em 1.2em;
  39. font-size: 1em;
  40. font-weight: 500;
  41. font-family: inherit;
  42. background-color: #1a1a1a;
  43. cursor: pointer;
  44. transition: border-color 0.25s;
  45. }
  46. button:hover {
  47. border-color: #646cff;
  48. }
  49. button:focus,
  50. button:focus-visible {
  51. outline: 4px auto -webkit-focus-ring-color;
  52. }
  53. @media (prefers-color-scheme: light) {
  54. :root {
  55. color: #213547;
  56. background-color: #ffffff;
  57. }
  58. a:hover {
  59. color: #747bff;
  60. }
  61. button {
  62. background-color: #f9f9f9;
  63. }
  64. }