v0.1.0 completed. only the owner can create new articles, users can modify their password, username, email, or delete their account, there's auth and permissions preventing accessing other user's information, and more. onto the road to v0.2.0
This commit is contained in:
@@ -41,6 +41,7 @@ code {
|
||||
.article_card,
|
||||
.form_card {
|
||||
border: 5px solid black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.button {
|
||||
@@ -82,3 +83,23 @@ textarea {
|
||||
.upload_button {
|
||||
border: 3px solid black;
|
||||
}
|
||||
|
||||
/* .form_card:hover, */
|
||||
/* .form_card:focus, */
|
||||
/* .article_card:hover, */
|
||||
/* .article_card:focus { */
|
||||
/* box-shadow: 0 2px 4px 0 black, 0 4px 8px 0 black; */
|
||||
/* } */
|
||||
|
||||
.modal {
|
||||
background-color: white;
|
||||
background-color: rgba(256, 256, 256, 0.9);
|
||||
}
|
||||
|
||||
.modal_close {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.user_actions {
|
||||
border: 3px solid black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user