mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:21:58 +08:00
16 lines
228 B
CSS
16 lines
228 B
CSS
.header {
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.notVerified {
|
|
padding: 10px;
|
|
margin-bottom: 20px;
|
|
border-radius: 2px;
|
|
border: solid 1px #dddd00;
|
|
background: #FFFF9C;
|
|
color: #777700;
|
|
}
|
|
|