/* apps/core/static/core/css/global.css */
/* 全域樣式 - 所有頁面共用 */

/* 側邊欄連結樣式 */
.sidebar-link {
  transition: all 0.2s ease-in-out;
}

/* 為了表格數據清晰，調整字體大小和間距 */
body {
  font-size: 14px;
  line-height: 1.6;
}

/* 表格基本樣式 */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}