forked from science-ation/science-ation
adjust styles of h1-h3
This commit is contained in:
parent
31a815877d
commit
7810a14532
28
sfiab.css
28
sfiab.css
@ -43,7 +43,20 @@ body
|
||||
|
||||
}
|
||||
|
||||
h1,h2,h3 {
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
}
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@ -126,3 +139,16 @@ a {
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
border: 1px solid red;
|
||||
background: #F0DCDC;
|
||||
}
|
||||
|
||||
.notice {
|
||||
font-weight: bold;
|
||||
border: 1px solid silver;
|
||||
background: #E0E0FF;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user