Commit c66c618a authored by Stephanie Tullao's avatar Stephanie Tullao

Modified forum details styles to include back button

parent 8f1976f6
* {
font-family: 'Futura';
}
.center { .center {
display: block; display: block;
margin-left: auto; margin-left: auto;
...@@ -7,31 +10,27 @@ ...@@ -7,31 +10,27 @@
h1 { h1 {
color: cornflowerblue; color: cornflowerblue;
font-family: 'Futura';
text-align: center; text-align: center;
} }
h3 { h3 {
color: rgb(45, 101, 205); color: rgb(45, 101, 205);
font-family: 'Futura';
text-align: center; text-align: center;
} }
h4 { h4 {
color: black; color: black;
font-family: 'Futura';
text-align: center; text-align: center;
font-weight: 200; font-weight: 200;
} }
.replies { .replies {
text-align: left; text-align: left;
font-family: 'Futura';
} }
h2 { h2 {
font-size: 22px; font-size: 22px;
color: rgb(94, 214, 218); color: darkslateblue;
} }
li { li {
...@@ -40,10 +39,17 @@ li { ...@@ -40,10 +39,17 @@ li {
} }
p { p {
color: darkslategrey; color: darkslateblue;
font-size: 14px; font-size: 14px;
} }
#backtoforum a:link {
padding: 5px;
text-decoration: none;
border-style: dotted;
background-color: cornflowerblue;
}
body { 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