website init
This commit is contained in:
11
WEB/src/styles.less
Normal file
11
WEB/src/styles.less
Normal file
@@ -0,0 +1,11 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
|
||||
|
||||
tbody {
|
||||
tr:hover {
|
||||
cursor: pointer;
|
||||
td {
|
||||
color: #ff9900;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user