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