このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/public/css/techsuwa/table.css

9 行
393 B
CSS

.table-dark {
color: #fcfcfc;
background-color: #4d4d4d;
border: 2px solid #cb81ea;
transition: background-color 0.3s;
}
.table-dark th, .table-dark td, .table-dark thead th { border-color: #cb81ea; }
.table-dark.table-hover tbody tr { transition: background-color 0.3s; background-color: #4d4d4d; }
.table-dark.table-hover tbody tr:hover { color: #fcfcfc; background-color: #61237c; }