diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
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); |