forked from unit/website
Add new css
This commit is contained in:
parent
5b5842c042
commit
f5093584c0
|
@ -130,3 +130,28 @@ section > p > span.warning {
|
|||
background: #8B0000;
|
||||
box-shadow: 0.2rem 0 0 #8B0000, -0.2rem 0 0 #8B0000;
|
||||
}
|
||||
|
||||
section > h1 {
|
||||
font-size: 1.3rem;
|
||||
font-weight: normal;
|
||||
background: #004405;
|
||||
box-shadow: 0.2rem 0 0 #004405, -0.2rem 0 0 #004405;
|
||||
color: #ffffff;
|
||||
display: table;
|
||||
}
|
||||
|
||||
section > h2 {
|
||||
font-size: 1.3rem;
|
||||
font-weight: normal;
|
||||
box-shadow: 0.2rem 0 0 #000000, -0.2rem 0 0 #000000;
|
||||
color: #ffffff;
|
||||
background: #000000;
|
||||
display: table;
|
||||
}
|
||||
|
||||
li > span {
|
||||
padding: 0.1rem 0;
|
||||
background: #000000;
|
||||
box-shadow: 0.2rem 0 0 #000000, -0.2rem 0 0 #000000;
|
||||
color: #ffffff;
|
||||
}
|
Loading…
Reference in New Issue
Block a user