ぼざクリ タグ広場 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.
 
 
 
 
 
 

79 lines
1.2 KiB

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