summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-22 23:56:32 +0200
committermms <michal@sapka.me>2024-04-22 23:56:32 +0200
commit1c29765a2b4cb5d2702d2476cdc8985a6870d541 (patch)
tree8122148090a7780073c5c7fea31357b66468fd1c /static
parentdd2fa87bba4bb8c4c27e387773a49ee35445fa5d (diff)
feat: new top nav
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 066689e..5c89067 100644
--- a/static/style.css
+++ b/static/style.css
@@ -539,7 +539,11 @@ a[href^="#fn:"]:after{ content: ']' }
.brain-rot .new {
color: var(--brain-rot-highlight-color);
}
-
+.rating-box {
+ float: right;
+ margin: 10px;
+ text-align: center;
+}
/* brain_rot_end */
/* star_trek_start */
@@ -626,7 +630,7 @@ body.bsd > header > .logo > img.beastie {
/* emacs_start */
:root {
--emacs-highlight-color: #7F5AB6;
- }
+}
body.emacs > header > .logo {
background-color: var(--emacs-highlight-color);