Files
blog-frontEnd/src/styles.less
2020-05-16 22:18:45 +08:00

25 lines
246 B
Plaintext

/* You can add global styles to this file, and also import other style files */
* {
margin: 0;
}
body {
background: #ececec;
}
.inner-content {
padding: 10px;
}
.edit-opt {
}
.show-opr {
color: #00aaaa;
}
.del-opr {
color: red;
}