Add job seeking note

This commit is contained in:
Philipp Oppermann
2020-03-26 17:02:01 +01:00
parent e76e71f285
commit fe0c8ccb0c
2 changed files with 14 additions and 2 deletions

View File

@@ -315,9 +315,13 @@ a.zola-anchor:hover {
div.note {
padding: .7rem 1rem;
margin: 1rem .2rem;
border: 2px solid #99ff99;
border: 2px solid #6ad46a;
border-radius: 5px;
background-color: #99ff0022;
background-color: #99ff991f;
}
div.note p:last-child {
margin-bottom: 0;
}
div.warning {