]> Kevux Git Server - kevux.org-website/commitdiff
Update: Implement "super" CSS class.
authorKevin Day <thekevinday@gmail.com>
Mon, 1 Jan 2024 00:22:56 +0000 (18:22 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 1 Jan 2024 00:23:35 +0000 (18:23 -0600)
The CSS for the "super" class is now defined.

The "super" class is in use on the fll.html page.

css/kevux.css

index 6df8e06962c376193bcb248f1ef54c88158a7f79..9586ff993847f4d4bc1684a0f6b48c4a0bf32105 100644 (file)
   background-color: #404040;
   color: #ffffff;
 }
+
+.kevux > .content-block .super {
+  font-size: 55%;
+  vertical-align: super;
+}