diff --git a/assets/css/style.css b/assets/css/style.css index be91cf0..8acf979 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -28,6 +28,9 @@ a:hover { .navigation_publications_actions { display: flex; justify-content: space-around; + align-items: center; + box-shadow: 1px 1px 2px 1px rgba(83, 100, 113, 0.439); + padding-top: 15px; } @@ -44,6 +47,13 @@ a:hover { font-weight: bold; } +/* Main */ + +.main { + border-left: 1px solid rgba(83, 100, 113, 0.282); + border-right: 1px solid rgb(83, 100, 113, 0.282); +} + /* User profile */ @@ -55,14 +65,12 @@ a:hover { display: flex; align-items: center; flex-wrap: wrap; - row-gap: 10px; } .profile_bar { display: flex; justify-content: space-between; align-items: flex-end; - gap: 100px; } .user_info { @@ -82,7 +90,8 @@ h5.profile { } .navigation_publications_links:hover { - background-color: rgba(83, 100, 113, 0.279); + background-color: rgba(83, 100, 113, 0.097); + font-weight: bold; } /* Post */ @@ -123,13 +132,13 @@ span.tzeet_info { .actions_links_reply_share { /*background-color: rgba(29, 155, 240, 0.1);*/ - color: rgba(29, 155, 240, 1); + color: rgba(29, 156, 240, 1); } .actions_links_reply_share:hover { font-weight: bold; background-color: rgba(29, 156, 240, 0.085); - color: rgba(29, 156, 240, 0.307); + color: rgba(29, 155, 240, 1); } .actions_links_retzeet { @@ -139,7 +148,7 @@ span.tzeet_info { .actions_links_retzeet:hover { background-color: rgba(0, 186, 124, 0.085); - color: rgba(0, 186, 124, 0.307); + color: rgba(0, 186, 124, 1); font-weight: bold; } @@ -150,7 +159,7 @@ span.tzeet_info { .actions_links_like:hover { background-color: rgba(249, 24, 128, 0.085); - color: rgba(249, 24, 128, 0.307); + color: rgba(249, 24, 128, 1); font-weight: bold; } @@ -179,6 +188,7 @@ span.tzeet_info { justify-content: space-between; text-align: center; align-items: flex-end; + } .recommendation:hover { diff --git a/index.html b/index.html index 25966a1..64296a1 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@