diff options
author | Pjotr Prins | 2022-02-03 00:41:51 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-02-03 00:41:51 -0600 |
commit | 647e3ff4f76a128f5467738dedfde69dbe681437 (patch) | |
tree | b82d980cac07d184f139bd8b3c9398034ef01d7d | |
parent | 92ced35992dbbfc06170a45f0ca34b17803ba1a3 (diff) | |
download | gn-gemtext-647e3ff4f76a128f5467738dedfde69dbe681437.tar.gz |
Sans serif for genenetwork skin
-rw-r--r-- | skin/genenetwork/gemtext.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skin/genenetwork/gemtext.css b/skin/genenetwork/gemtext.css index 6c4bf79..75a6a44 100644 --- a/skin/genenetwork/gemtext.css +++ b/skin/genenetwork/gemtext.css @@ -11,6 +11,8 @@ div.menu { background-color: #d5d5d5; } div.edit { text-align: right; } div.footer { color: #336699; background-color: white } div.gemini { text-align: right; font-size: 75% } +div.text { font-family: Sans-Serif; } +div.list { font-family: Sans-Serif; } div.verbatim { color: black; background-color: lightyellow; border-style:outset; font-family: palatino font, monospace; border-width: 2px ; font-size:110%; font-weight:bold; } div.quote { font-family: palatino font, monospace; font-weight: bold; color: darkblue ; font-size:90%; border-left: 4px solid rgb(4, 170, 109); } div.quotation { font-family: palatino font, monospace; font-size:80%; } |