summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorArun Isaac2023-03-21 22:14:15 +0000
committerArun Isaac2023-03-21 22:14:15 +0000
commitf0d0cea810695e6e096e375645f6b74945a62072 (patch)
treeab3129848a713a392fb0fd0add6bd7172536c5c5 /website
parente4308e88bed59768fba9f6daf651e839a09d32c3 (diff)
downloadtissue-f0d0cea810695e6e096e375645f6b74945a62072.tar.gz
tissue-f0d0cea810695e6e096e375645f6b74945a62072.tar.lz
tissue-f0d0cea810695e6e096e375645f6b74945a62072.zip
website: Remove small caps for headings.
* website/style.css (h1, h3): Delete styles.
Diffstat (limited to 'website')
-rw-r--r--website/style.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/website/style.css b/website/style.css
index 907de70..be88f34 100644
--- a/website/style.css
+++ b/website/style.css
@@ -42,5 +42,3 @@ pre {
background-color: #f0f0f0;
padding: 1em;
}
-
-h1, h3 { font-variant: small-caps; }