aboutsummaryrefslogtreecommitdiff
path: root/public/css/site.css
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 16:24:46 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 16:24:46 +0100
commitdf46e401bd3dac1162cace8e9259ddaba02d5332 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /public/css/site.css
parent2db3d88503fbe219e99c464c4cc8e768613e1359 (diff)
downloadgenpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.gz
genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.tar.bz2
genpass-df46e401bd3dac1162cace8e9259ddaba02d5332.zip
ref: Remove all clojure related Files
Making room for wasm project.
Diffstat (limited to 'public/css/site.css')
-rw-r--r--public/css/site.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/public/css/site.css b/public/css/site.css
deleted file mode 100644
index b3e8203..0000000
--- a/public/css/site.css
+++ /dev/null
@@ -1,34 +0,0 @@
-body {
- font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
- max-width: 600px;
- margin: 0 auto;
- padding-top: 72px;
- -webkit-font-smoothing: antialiased;
- font-size: 1.125em;
- color: #333;
- line-height: 1.5em;
-}
-
-h1, h2, h3 {
- color: #000;
-}
-h1 {
- font-size: 2.5em
-}
-
-h2 {
- font-size: 2em
-}
-
-h3 {
- font-size: 1.5em
-}
-
-a {
- text-decoration: none;
- color: #09f;
-}
-
-a:hover {
- text-decoration: underline;
-}