From: Kevin Day Date: Mon, 1 Jan 2024 00:22:56 +0000 (-0600) Subject: Update: Implement "super" CSS class. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ed539f7c5271aa334fe5ff15372ff0f7cfd43b1f;p=kevux.org-website Update: Implement "super" CSS class. The CSS for the "super" class is now defined. The "super" class is in use on the fll.html page. --- diff --git a/css/kevux.css b/css/kevux.css index 6df8e06..9586ff9 100644 --- a/css/kevux.css +++ b/css/kevux.css @@ -296,3 +296,8 @@ background-color: #404040; color: #ffffff; } + +.kevux > .content-block .super { + font-size: 55%; + vertical-align: super; +}