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 white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.button {
|
||||
@@ -82,3 +83,23 @@ textarea {
|
||||
.upload_button {
|
||||
border: 3px solid white;
|
||||
}
|
||||
|
||||
/* .form_card:hover, */
|
||||
/* .form_card:focus, */
|
||||
/* .article_card:hover, */
|
||||
/* .article_card:focus { */
|
||||
/* box-shadow: 0 2px 4px 0 white, 0 4px 8px 0 white; */
|
||||
/* } */
|
||||
|
||||
.modal {
|
||||
background-color: black;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
}
|
||||
|
||||
.modal_close {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.user_actions {
|
||||
border: 3px solid white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user