diff options
author | Andinus <andinus@nand.sh> | 2021-10-10 19:25:55 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-10 19:25:55 +0530 |
commit | 764a46c060514008746ecc512155efafbd6c2f7e (patch) | |
tree | 52cc583f1afcbb43ca6f9f1dd5e566be58a7e251 /public | |
parent | e62385395a3ac5f7c36ecefcd613f48cfa15d4ad (diff) | |
download | dorado-764a46c060514008746ecc512155efafbd6c2f7e.tar.gz |
Add links, postamble to homepage
Diffstat (limited to 'public')
-rw-r--r-- | public/global.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/public/global.css b/public/global.css index 172d08b..6bcca5b 100644 --- a/public/global.css +++ b/public/global.css @@ -85,7 +85,13 @@ h1, h2, h3, h4, h5, h6, .title { font-family: "Iosevka Etoile", serif; } color: var(--fg-special-cold); border-bottom: 1px solid var(--bg-alt); } - +.subtitle { + font-size: 0.56em; + font-style: italic; + font-weight: normal; + color: var(--fg-special-mild); +} +#org-div-home-and-up { float: right; padding-top: 1ch; } a { color: var(--blue-alt-other); } a:hover, a:focus { color: var(--fg-dim); @@ -131,3 +137,7 @@ td, th { padding: .25em .5em; border: 1px solid var(--bg-alt); } background-color: var(--cyan-subtle-bg); padding: 0 0.4ch; } +#postamble { + margin-top: 1.6em; + border-top: 0.1em solid var(--fg-special-cold); +} |