Files
AlgerMusicPlayer/src/index.css
T

11 lines
158 B
CSS
Raw Normal View History

2021-07-19 17:36:48 +08:00
/* ./src/index.css */
/*! @import */
@tailwind base;
@tailwind components;
@tailwind utilities;
.n-image img {
2024-01-03 22:27:58 +08:00
background-color: #111111;
width: 100%;
}