1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-08-24 06:47:11 +00:00

Docs: styled stub warning

This commit is contained in:
2023-07-19 20:53:15 +02:00
parent 43fce1f27e
commit 3d13dd974e
3 changed files with 19 additions and 3 deletions

View File

@ -262,6 +262,16 @@ article {
}
}
.stubmessage {
padding: 1rem;
border: 1px solid #aeae27;
border-radius: 0.75rem;
background-color: rgba(255, 255, 0, 0.235);
}
.stubmessage > :last-child {
margin-bottom: 0;
}
footer {
margin-top: 3rem;
padding-top: 1rem;