From 6b88b14c7db716196a46021f4f2afef7194c8cfd Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 16 Jun 2012 17:51:46 +0200 Subject: [PATCH] Give s some emphasis. --- 4chan_x.user.js | 5 +++++ script.coffee | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 2a0b82c19..6a4684ae8 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4735,6 +4735,11 @@ body.unscroll {\ #options article li {\ margin: 10px 0 10px 2em;\ }\ +#options code {\ + background: hsla(0, 0%, 100%, .5);\ + color: #000;\ + padding: 0 1px;\ +}\ #options label {\ text-decoration: underline;\ }\ diff --git a/script.coffee b/script.coffee index 86e7c8e47..a0655ca15 100644 --- a/script.coffee +++ b/script.coffee @@ -3675,6 +3675,11 @@ body.unscroll { #options article li { margin: 10px 0 10px 2em; } +#options code { + background: hsla(0, 0%, 100%, .5); + color: #000; + padding: 0 1px; +} #options label { text-decoration: underline; }