pretty in pink

This commit is contained in:
Thel Seraphim 2015-03-13 21:37:38 -07:00
parent a57cb49c2b
commit 8e71056c5a
2 changed files with 27 additions and 6 deletions

View File

@ -1,5 +1,26 @@
.about {
font: large cursive
border:1px solid #060606
background-color:#F6CEFC
body {
font-family: futura;
font: large;
background-color:#F6CEFC;
}
.examples {
font: large;
margin: 8px;
padding: 4px 6px 4px 6px;
border:4px solid #eeeeee;
}
.about {
font: large;
margin: 8px;
padding: 4px 6px 4px 6px;
border:4px solid #eeeeee;
}
.contact {
font: large;
margin: 8px;
padding: 4px 6px 4px 6px;
border:4px solid #eeeeee;
}

View File

@ -42,8 +42,8 @@
(defn contact-block []
[:div {:class "contact"}
[:p "Written by " (twitter-name "morganastra") " and " (twitter-name "thelseraphim") "."]
[:p "visit the project on " [:a {:href "https://github.com/witch-house/pronoun.is"} "github."]]])
[:p "Written by " (twitter-name "morganastra") " and " (twitter-name "thelseraphim") ". "
"Visit the project on " [:a {:href "https://github.com/witch-house/pronoun.is"} "github!"]]])
(defn about-block []