Commit c66c618a authored by Stephanie Tullao's avatar Stephanie Tullao

Modified forum details styles to include back button

parent 8f1976f6
* {
font-family: 'Futura';
}
.center {
display: block;
margin-left: auto;
......@@ -7,31 +10,27 @@
h1 {
color: cornflowerblue;
font-family: 'Futura';
text-align: center;
}
h3 {
color: rgb(45, 101, 205);
font-family: 'Futura';
text-align: center;
}
h4 {
color: black;
font-family: 'Futura';
text-align: center;
font-weight: 200;
}
.replies {
text-align: left;
font-family: 'Futura';
}
h2 {
font-size: 22px;
color: rgb(94, 214, 218);
color: darkslateblue;
}
li {
......@@ -40,10 +39,17 @@ li {
}
p {
color: darkslategrey;
color: darkslateblue;
font-size: 14px;
}
#backtoforum a:link {
padding: 5px;
text-decoration: none;
border-style: dotted;
background-color: cornflowerblue;
}
body {
background-color: rgb(221, 249, 249);
background-color: #c2c0ef;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment