applied to post style

This commit is contained in:
2022-02-06 11:31:50 -06:00
parent e0e9425ce9
commit a5e5886925

View File

@@ -6,8 +6,7 @@
width: 75%; width: 75%;
padding: 1rem 2rem; padding: 1rem 2rem;
border-radius: 10px; border-radius: 10px;
background-color: #bfbbd8; background-color: rgb(29, 4, 39);
border: 1px solid rgb(250, 206, 248);
margin: 3rem 0; margin: 3rem 0;
z-index: 5; z-index: 5;
} }
@@ -16,13 +15,13 @@
.title { .title {
font-size: 2rem; font-size: 2rem;
color:darkorchid; color: rgb(190, 113, 188);
text-decoration: none; text-decoration: none;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.title:visited { .title:visited {
color: orchid; color: rgb(228, 180, 226);
} }
/* Media */ /* Media */
@@ -46,7 +45,7 @@ img, video {
.post-metadata * { .post-metadata * {
display: inline-flex; display: inline-flex;
background-color:rgb(250, 206, 248); background-color: rgb(190, 113, 188);
border-color: transparent; border-color: transparent;
text-decoration: none; text-decoration: none;
border-radius: 8px; border-radius: 8px;
@@ -58,23 +57,23 @@ img, video {
} }
.post-subreddit { .post-subreddit {
color: rgb(111, 30, 151); color: black;
} }
.post-subreddit:visited { .post-subreddit:visited {
color: orchid; color: rgb(97, 49, 95);
} }
.num-comments { .num-comments {
display: inline-flex; display: inline-flex;
background-color: rgb(250, 206, 248); background-color: #7196be;
border-color: transparent; border-color: transparent;
border-radius: 8px; border-radius: 8px;
padding: 5px 8px; padding: 5px 8px;
} }
.num-comments:active { .num-comments:active {
background-color: darkorchid; background-color: #064486;
} }
/* Handles comment styles on toggle */ /* Handles comment styles on toggle */