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 { body {
font: large cursive font-family: futura;
border:1px solid #060606 font: large;
background-color:#F6CEFC 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 [] (defn contact-block []
[:div {:class "contact"} [:div {:class "contact"}
[:p "Written by " (twitter-name "morganastra") " and " (twitter-name "thelseraphim") "."] [: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."]]]) "Visit the project on " [:a {:href "https://github.com/witch-house/pronoun.is"} "github!"]]])
(defn about-block [] (defn about-block []