diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:37:06 +0200 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:37:06 +0200 |
commit | d89ff14d7032685f0fb63da8f4b7506d7076956f (patch) | |
tree | 5b58792fe5d6d40b951b66e48647c940eda9491c /assets | |
parent | 43f4513b984dd2bcb6f6cc95659a92e0e29a3242 (diff) | |
download | hugo-bearcub-d89ff14d7032685f0fb63da8f4b7506d7076956f.tar.gz hugo-bearcub-d89ff14d7032685f0fb63da8f4b7506d7076956f.tar.bz2 |
Update social links
Diffstat (limited to 'assets')
-rw-r--r-- | assets/fonts/FiraMono-Bold.ttf | bin | 0 -> 206488 bytes | |||
-rw-r--r-- | assets/original.css | 14 |
2 files changed, 13 insertions, 1 deletions
diff --git a/assets/fonts/FiraMono-Bold.ttf b/assets/fonts/FiraMono-Bold.ttf Binary files differnew file mode 100644 index 0000000..9af5659 --- /dev/null +++ b/assets/fonts/FiraMono-Bold.ttf diff --git a/assets/original.css b/assets/original.css index 480cc6a..44e340f 100644 --- a/assets/original.css +++ b/assets/original.css @@ -4,7 +4,7 @@ body { padding: 20px; max-width: 720px; text-align: left; - background-color: #1d1f27; + background-color: black; word-wrap: break-word; overflow-wrap: break-word; line-height: 1.5; @@ -39,6 +39,13 @@ a { font-weight: 400; } +.title div { + color: white; + font-size: 24px; + font-weight: bold; + margin: 19.92px 0 19.92px 0; +} + nav a { margin-right: 10px; } @@ -153,6 +160,11 @@ p.byline { font-style: italic; } +.white-link { + color: white; + text-decoration: none; +} + /* "Skip to main content" link */ .skip-link { position: absolute; |