From 58d7b26143f43204ecec20a0ca624e4de98cb58b Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sun, 7 Jan 2024 22:54:30 -0800 Subject: Narrower page width and subtitle support --- assets/css/extra/extra.css | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) (limited to 'assets/css/extra/extra.css') diff --git a/assets/css/extra/extra.css b/assets/css/extra/extra.css index e5333fd..e5e7f7d 100644 --- a/assets/css/extra/extra.css +++ b/assets/css/extra/extra.css @@ -1,7 +1,41 @@ -/*Place custom CSS files, or add to this file `extra.css`, for additional CSS definitions.*/ +/* + * Place custom CSS files, or add to this file for additional CSS definitions. + */ - -/*Social media icons in footer*/ +/* Social media icons in footer */ .footer-social { margin-right: 0.5em; -} \ No newline at end of file +} + +/* //////////////////////////////////////// */ + +/* + * Charlotte's additions to "Huey" theme + */ +body { + width: 60em; + margin: auto; +} + +@font-face { + font-family: StrongSword; + src: url("/font/strongswordpure.ttf"); +} + +.navbar-brand, .title { + font-family: StrongSword; +} + +.navbar-brand { + color: #8f714a; +} + +.title { + display: block; +} + +.subtitle { + font-weight: bold; + color: #000; + display: block; +} -- cgit v1.2.3