pretty in pink
This commit is contained in:
parent
a57cb49c2b
commit
8e71056c5a
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 []
|
||||||
|
Loading…
Reference in New Issue
Block a user