改进 样式
This commit is contained in:
parent
28bf14aeb0
commit
a83a4794e5
@ -0,0 +1,35 @@
|
|||||||
|
.h1,
|
||||||
|
.h2,
|
||||||
|
.h3,
|
||||||
|
.h4,
|
||||||
|
.h5,
|
||||||
|
.h6,
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-weight: 400 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-auto {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-reverse {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-reverse:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-reverse:visited {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.bg-reverse {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user