diff --git a/Plugins.md b/Plugins.md index 44d211e..a143207 100644 --- a/Plugins.md +++ b/Plugins.md @@ -81,6 +81,19 @@ Better readability on big resolutions screens (css) ol li .message { font-size: 1.5em; } + +/* better names distinction */ +ol li .message a.name { + background: #f5f5f5; + border: 1px solid #ccc; + border-radius: 3px; + font-size: .8em; + font-weight: normal; + padding: 1px 2px; +} +ol li:hover .message a.name { + background: #efefef; +} ```

Add converted temperature